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

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
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;