From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ingo Molnar Subject: Re: [PATCH -next] fork and exit: need to include iocontext.h Date: Mon, 30 Jun 2008 20:05:06 +0200 Message-ID: <20080630180506.GC23739@elte.hu> References: <20080630105458.7c95e195.randy.dunlap@oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mx2.mail.elte.hu ([157.181.151.9]:43559 "EHLO mx2.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1763281AbYF3SFg (ORCPT ); Mon, 30 Jun 2008 14:05:36 -0400 Content-Disposition: inline In-Reply-To: <20080630105458.7c95e195.randy.dunlap@oracle.com> Sender: linux-next-owner@vger.kernel.org List-ID: To: Randy Dunlap Cc: linux-next@vger.kernel.org, lkml , mingo , tglx , hpa , akpm * Randy Dunlap wrote: > From: Randy Dunlap > > Fix fork and exit build errors: they need to include iocontext.h: > > linux-next-20080630/kernel/fork.c: In function 'copy_process': > linux-next-20080630/kernel/fork.c:1237: error: implicit declaration of function 'put_io_context' > linux-next-20080630/kernel/exit.c: In function 'do_exit': > linux-next-20080630/kernel/exit.c:992: error: implicit declaration of function 'exit_io_context' i havent seen this one - do you know by chance which commit triggers it? Ingo