* [PATCH -mm] kmod-replace-call_usermodehelper_pipe-with-use-of-umh-init-function- and-resolve-limit.cleanup
@ 2010-02-25 15:08 Oleg Nesterov
2010-02-25 15:26 ` Neil Horman
0 siblings, 1 reply; 2+ messages in thread
From: Oleg Nesterov @ 2010-02-25 15:08 UTC (permalink / raw)
To: Andrew Morton; +Cc: Neil Horman, linux-kernel
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@redhat.com>
---
--- 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),
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH -mm] kmod-replace-call_usermodehelper_pipe-with-use-of-umh-init-function- and-resolve-limit.cleanup
2010-02-25 15:08 [PATCH -mm] kmod-replace-call_usermodehelper_pipe-with-use-of-umh-init-function- and-resolve-limit.cleanup Oleg Nesterov
@ 2010-02-25 15:26 ` Neil Horman
0 siblings, 0 replies; 2+ messages in thread
From: Neil Horman @ 2010-02-25 15:26 UTC (permalink / raw)
To: Oleg Nesterov; +Cc: Andrew Morton, linux-kernel
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@redhat.com>
> ---
>
> --- 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@tuxdriver.com>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-02-25 15:25 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-25 15:08 [PATCH -mm] kmod-replace-call_usermodehelper_pipe-with-use-of-umh-init-function- and-resolve-limit.cleanup Oleg Nesterov
2010-02-25 15:26 ` Neil Horman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox