Skip to content

Commit 9dc3c3f

Browse files
Yu Chenmcgrof
authored andcommitted
module: Remove outdated comment
Since commit e513cc1 ("module: Remove stop_machine from module unloading") this comment is no longer correct. Remove it. Signed-off-by: Yu Chen <[email protected]> Signed-off-by: Luis Chamberlain <[email protected]>
1 parent daadb3b commit 9dc3c3f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

kernel/module.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -958,7 +958,6 @@ SYSCALL_DEFINE2(delete_module, const char __user *, name_user,
958958
}
959959
}
960960

961-
/* Stop the machine so refcounts can't move and disable module. */
962961
ret = try_stop_module(mod, flags, &forced);
963962
if (ret != 0)
964963
goto out;

0 commit comments

Comments
 (0)