X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=fs%2Fexec.c;h=6075a1e727aee13dd3cd492b61d55edd81ee258e;hb=d79698da32b317e96216236f265a9b72b78ae568;hp=97e0d52d72fdd65a365f3cab7027ae22c230582e;hpb=dac853ae89043f1b7752875300faf614de43c74b;p=~andy%2Flinux diff --git a/fs/exec.c b/fs/exec.c index 97e0d52d72f..6075a1e727a 100644 --- a/fs/exec.c +++ b/fs/exec.c @@ -1996,7 +1996,7 @@ static void wait_for_dump_helpers(struct file *file) * is a special value that we use to trap recursive * core dumps */ -static int umh_pipe_setup(struct subprocess_info *info) +static int umh_pipe_setup(struct subprocess_info *info, struct cred *new) { struct file *rp, *wp; struct fdtable *fdt;