* [PATCH] module: Remove outdated comment
@ 2021-11-22 14:26 Yu Chen
2021-12-08 19:42 ` Luis Chamberlain
0 siblings, 1 reply; 2+ messages in thread
From: Yu Chen @ 2021-11-22 14:26 UTC (permalink / raw)
To: mcgrof, jeyu; +Cc: chen.yu, linux-kernel
Since commit e513cc1c07e2 ("module: Remove stop_machine from module
unloading") this comment is no longer correct. Remove it.
Signed-off-by: Yu Chen <chen.yu@easystack.cn>
---
kernel/module.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/kernel/module.c b/kernel/module.c
index 84a9141..320ec90 100644
--- a/kernel/module.c
+++ b/kernel/module.c
@@ -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;
--
2.25.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-12-08 19:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-22 14:26 [PATCH] module: Remove outdated comment Yu Chen
2021-12-08 19:42 ` Luis Chamberlain
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox