Loading drivers/md/bcache/super.c +2 −1 Original line number Diff line number Diff line Loading @@ -2065,6 +2065,7 @@ static void bcache_exit(void) kobject_put(bcache_kobj); if (bcache_wq) destroy_workqueue(bcache_wq); if (bcache_major) unregister_blkdev(bcache_major, "bcache"); unregister_reboot_notifier(&reboot); } Loading Loading
drivers/md/bcache/super.c +2 −1 Original line number Diff line number Diff line Loading @@ -2065,6 +2065,7 @@ static void bcache_exit(void) kobject_put(bcache_kobj); if (bcache_wq) destroy_workqueue(bcache_wq); if (bcache_major) unregister_blkdev(bcache_major, "bcache"); unregister_reboot_notifier(&reboot); } Loading