diff options
author | Dan Williams <dan.j.williams@intel.com> | 2020-12-24 10:14:04 -0800 |
---|---|---|
committer | Dan Williams <dan.j.williams@intel.com> | 2020-12-24 10:14:04 -0800 |
commit | 127c3d2e7e8a79628160e56e54d2be099bdd47c6 (patch) | |
tree | aa72591b75209d06ca673f2f57559ad8b5e2b4f7 /drivers/dax/super.c | |
parent | 4c46764733c85b82c07e9559b39da4d00a7dd659 (diff) | |
parent | ff8da37d3d8d438ded5a4841d979899269b94d0d (diff) |
Merge branch 'for-5.11/dax' into for-5.11/libnvdimm
Pull in miscellaneous device-dax fixups and cleanups for v5.11.
Diffstat (limited to 'drivers/dax/super.c')
-rw-r--r-- | drivers/dax/super.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/dax/super.c b/drivers/dax/super.c index edc279be3e59..cadbd0a1a1ef 100644 --- a/drivers/dax/super.c +++ b/drivers/dax/super.c @@ -752,6 +752,7 @@ err_chrdev: static void __exit dax_core_exit(void) { + dax_bus_exit(); unregister_chrdev_region(dax_devt, MINORMASK+1); ida_destroy(&dax_minor_ida); dax_fs_exit(); |