From: Yu Chen Date: Mon, 22 Nov 2021 14:26:48 +0000 (-0800) Subject: module: Remove outdated comment X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=9dc3c3f691bca10d3aa94887eee33bf629840b23;p=linux.git module: Remove outdated comment Since commit e513cc1c07e2 ("module: Remove stop_machine from module unloading") this comment is no longer correct. Remove it. Signed-off-by: Yu Chen Signed-off-by: Luis Chamberlain --- diff --git a/kernel/module.c b/kernel/module.c index 84a9141a5e159..320ec908045fa 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;