Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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 <chen.yu@easystack.cn>
Signed-off-by: Luis Chamberlain <mcgrof@kernel.org>

authored by

Yu Chen and committed by
Luis Chamberlain
9dc3c3f6 daadb3bd

-1
-1
kernel/module.c
··· 958 958 } 959 959 } 960 960 961 - /* Stop the machine so refcounts can't move and disable module. */ 962 961 ret = try_stop_module(mod, flags, &forced); 963 962 if (ret != 0) 964 963 goto out;