Re: [PATCH 4/5] stop_machine: use cpu_stop_fn_t where possible

2015-06-30 Thread Peter Zijlstra
On Tue, Jun 30, 2015 at 03:29:55AM +0200, Oleg Nesterov wrote: > Cosmetic, but cpu_stop_fn_t actually makes the code more readable and > it doesn't break cscope. And most of the declarations already use it. I made that cpu_stop_f -- To unsubscribe from this list: send the line "unsubscribe linux-k

[PATCH 4/5] stop_machine: use cpu_stop_fn_t where possible

2015-06-29 Thread Oleg Nesterov
Cosmetic, but cpu_stop_fn_t actually makes the code more readable and it doesn't break cscope. And most of the declarations already use it. Signed-off-by: Oleg Nesterov --- include/linux/stop_machine.h |8 kernel/stop_machine.c|8 2 files changed, 8 insertions(+