Re: mm snapshot broken-out-2007-01-26-00-36.tar.gz uploaded

From: Serge E. Hallyn
Date: Fri Jan 26 2007 - 13:15:03 EST


Quoting Michal Piotrowski (michal.k.k.piotrowski@xxxxxxxxx):
> akpm@xxxxxxxx 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@xxxxxxxxx>
>
> --- 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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/