Skip to content

Commit cda493c

Browse files
committed
Merge branch 'block-6.17' into for-next
* block-6.17: nvmet: exit debugfs after discovery subsystem exits
2 parents 20c74c0 + 80f2180 commit cda493c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/nvme/target/core.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1992,8 +1992,8 @@ static int __init nvmet_init(void)
19921992
static void __exit nvmet_exit(void)
19931993
{
19941994
nvmet_exit_configfs();
1995-
nvmet_exit_debugfs();
19961995
nvmet_exit_discovery();
1996+
nvmet_exit_debugfs();
19971997
ida_destroy(&cntlid_ida);
19981998
destroy_workqueue(nvmet_wq);
19991999
destroy_workqueue(buffered_io_wq);

0 commit comments

Comments
 (0)