commit | da9cbc87395308a21465bd25441297bbba0477e1 | [log] [tgz] |
---|---|---|
author | Jens Axboe <jens.axboe@oracle.com> | Mon Jun 30 20:42:08 2008 +0200 |
committer | Jens Axboe <jens.axboe@oracle.com> | Thu Jul 03 13:21:14 2008 +0200 |
tree | fabea3326cea434c0011fa00f3eb57854162117c | |
parent | b984679efe1a616ec4ac919dba08286d71593900 [diff] [blame] |
block: blkdev.h cleanup, move iocontext stuff to iocontext.h Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
diff --git a/kernel/fork.c b/kernel/fork.c index 19908b2..b71ccd0 100644 --- a/kernel/fork.c +++ b/kernel/fork.c
@@ -23,6 +23,7 @@ #include <linux/sem.h> #include <linux/file.h> #include <linux/fdtable.h> +#include <linux/iocontext.h> #include <linux/key.h> #include <linux/binfmts.h> #include <linux/mman.h>