Commit 9dc3c3f6 authored by Yu Chen's avatar Yu Chen Committed by Luis Chamberlain

module: Remove outdated comment

Since commit e513cc1c ("module: Remove stop_machine from module
unloading") this comment is no longer correct. Remove it.
Signed-off-by: default avatarYu Chen <chen.yu@easystack.cn>
Signed-off-by: default avatarLuis Chamberlain <mcgrof@kernel.org>
parent daadb3bd
......@@ -958,7 +958,6 @@ SYSCALL_DEFINE2(delete_module, const char __user *, name_user,
}
}
/* Stop the machine so refcounts can't move and disable module. */
ret = try_stop_module(mod, flags, &forced);
if (ret != 0)
goto out;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment