[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20070126181437.GA28927@sergelap.austin.ibm.com>
Date: Fri, 26 Jan 2007 12:14:37 -0600
From: "Serge E. Hallyn" <serue@...ibm.com>
To: Michal Piotrowski <michal.k.k.piotrowski@...il.com>
Cc: linux-kernel@...r.kernel.org, Andrew Morton <akpm@...l.org>,
serue@...ibm.com, clg@...ibm.com, herbert@...hfloor.at,
oleg@...sign.ru, daniel@...ac.com
Subject: Re: mm snapshot broken-out-2007-01-26-00-36.tar.gz uploaded
Quoting Michal Piotrowski (michal.k.k.piotrowski@...il.com):
> akpm@...l.org napisa?(a):
> > The mm snapshot broken-out-2007-01-26-00-36.tar.gz has been uploaded to
> >
> > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/mm/broken-out-2007-01-26-00-36.tar.gz
>
> kernel/exit.c: In function 'do_exit':
> kernel/exit.c:941: warning: implicit declaration of function 'preexit_task_namespaces'
> kernel/exit.c:941: warning: assignment makes pointer from integer without a cast
> kernel/exit.c:943: error: too many arguments to function 'exit_task_namespaces'
> make[1]: *** [kernel/exit.o] Error 1
> make: *** [kernel] Error 2
>
> Regards,
> Michal
>
> --
> Michal K. K. Piotrowski
> LTG - Linux Testers Group
> (http://www.stardust.webpages.pl/ltg/)
>
> Signed-off-by: Michal Piotrowski <michal.k.k.piotrowski@...il.com>
>
> --- linux-work-clean/include/linux/nsproxy.h 2007-01-26 17:40:29.000000000 +0100
> +++ linux-work/include/linux/nsproxy.h 2007-01-26 18:23:19.000000000 +0100
> @@ -51,6 +51,6 @@ static inline void put_and_finalize_nspr
> finalize_put_nsproxy(put_nsproxy(ns));
> }
>
> -extern void exit_task_namespaces(struct task_struct *p);
> +extern void exit_task_namespaces(struct task_struct *p, struct nsproxy *ns);
>
> #endif
Can you send me your series file for broken-out-2007-01-26-00-36.tar.gz,
and I'll try to iron these out? This is due to an older patch of
Cedric's being applied at the same time as the preexit_task_namespaces
one, and I just need to properly integrate them.
thanks,
-serge
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists