Re: [PATCH -mm]kmod-replace-call_usermodehelper_pipe-with-use-of-umh-init-function-and-resolve-limit.cleanup

From: Neil Horman
Date: Thu Feb 25 2010 - 10:25:59 EST


On Thu, Feb 25, 2010 at 04:08:26PM +0100, Oleg Nesterov wrote:
> Trivial, kmod-replace-call_usermodehelper_pipe-with-use-of-umh-init-function-and-resolve-limit.patch
> forgot to kill the declaration of call_usermodehelper_stdinpipe() which no
> longer exists.
>
> Signed-off-by: Oleg Nesterov <oleg@xxxxxxxxxx>
> ---
>
> --- mm/include/linux/kmod.h~0_KILL_DECL 2010-02-25 15:57:02.000000000 +0100
> +++ mm/include/linux/kmod.h 2010-02-25 15:58:20.000000000 +0100
> @@ -73,8 +73,6 @@ struct subprocess_info *call_usermodehel
> /* Set various pieces of state into the subprocess_info structure */
> void call_usermodehelper_setkeys(struct subprocess_info *info,
> struct key *session_keyring);
> -int call_usermodehelper_stdinpipe(struct subprocess_info *sub_info,
> - struct file **filp);
> void call_usermodehelper_setfns(struct subprocess_info *info,
> int (*init)(struct subprocess_info *info),
> void (*cleanup)(struct subprocess_info *info),
>
>
Thanks, Oleg!

Acked-by: Neil Horman <nhorman@xxxxxxxxxxxxx>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/