module: Remove outdated comment
authorYu Chen <chen.yu@easystack.cn>
Mon, 22 Nov 2021 14:26:48 +0000 (06:26 -0800)
committerLuis Chamberlain <mcgrof@kernel.org>
Wed, 12 Jan 2022 02:45:02 +0000 (18:45 -0800)
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>
Signed-off-by: Luis Chamberlain <mcgrof@kernel.org>
kernel/module.c

index 84a9141a5e159a01642c6a67e4250e016de39797..320ec908045fa2228719e563c1e8bed06f12c65a 100644 (file)
@@ -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;