module: Remove outdated comment
[sfrench/cifs-2.6.git] / 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;