Re: [PATCH -next] fork and exit: need to include iocontext.h
From: Jens Axboe <hidden>
Date: 2008-06-30 18:39:00
Also in:
lkml
From: Jens Axboe <hidden>
Date: 2008-06-30 18:39:00
Also in:
lkml
On Mon, Jun 30 2008, Randy Dunlap wrote:
From: Randy Dunlap <redacted> 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'
Thanks Randy, I've updated the patch. -- Jens Axboe