[EMAIL PROTECTED] 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 <[EMAIL PROTECTED]> --- 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 - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/