[RFC PATCH 2/5] module: Unlink module with RCU synchronizing instead of stop_machine

2014-08-25 Thread Masami Hiramatsu
Unlink module from module list with RCU synchronizing instead of using stop_machine(). Since module list is already protected by rcu, we don't need stop_machine() anymore. Signed-off-by: Masami Hiramatsu --- kernel/module.c | 18 +- 1 file changed, 5 insertions(+), 13

[RFC PATCH 2/5] module: Unlink module with RCU synchronizing instead of stop_machine

2014-08-25 Thread Masami Hiramatsu
Unlink module from module list with RCU synchronizing instead of using stop_machine(). Since module list is already protected by rcu, we don't need stop_machine() anymore. Signed-off-by: Masami Hiramatsu masami.hiramatsu...@hitachi.com --- kernel/module.c | 18 +- 1 file