Re: [PATCH v2 1/7] kernel/sys.c: Use the simpler call_usermodehelper()

2013-03-09 Thread Oleg Nesterov
On 03/08, Lucas De Marchi wrote: > > Commit "7ff6764 usermodehelper: cleanup/fix __orderly_poweroff() && > argv_free()" simplified __orderly_poweroff() removing the need to use > call_usermodehelper_fns(). > > Since we are not passing any callback, it's simpler to use > call_usermodehelper(). > >

Re: [PATCH v2 1/7] kernel/sys.c: Use the simpler call_usermodehelper()

2013-03-09 Thread Oleg Nesterov
On 03/08, Lucas De Marchi wrote: Commit 7ff6764 usermodehelper: cleanup/fix __orderly_poweroff() argv_free() simplified __orderly_poweroff() removing the need to use call_usermodehelper_fns(). Since we are not passing any callback, it's simpler to use call_usermodehelper().

[PATCH v2 1/7] kernel/sys.c: Use the simpler call_usermodehelper()

2013-03-07 Thread Lucas De Marchi
Commit "7ff6764 usermodehelper: cleanup/fix __orderly_poweroff() && argv_free()" simplified __orderly_poweroff() removing the need to use call_usermodehelper_fns(). Since we are not passing any callback, it's simpler to use call_usermodehelper(). Signed-off-by: Lucas De Marchi --- kernel/sys.c

[PATCH v2 1/7] kernel/sys.c: Use the simpler call_usermodehelper()

2013-03-07 Thread Lucas De Marchi
Commit 7ff6764 usermodehelper: cleanup/fix __orderly_poweroff() argv_free() simplified __orderly_poweroff() removing the need to use call_usermodehelper_fns(). Since we are not passing any callback, it's simpler to use call_usermodehelper(). Signed-off-by: Lucas De Marchi