diff options
| author | Jens Axboe <jens.axboe@oracle.com> | 2008-06-30 14:42:08 -0400 |
|---|---|---|
| committer | Jens Axboe <jens.axboe@oracle.com> | 2008-07-03 07:21:14 -0400 |
| commit | da9cbc87395308a21465bd25441297bbba0477e1 (patch) | |
| tree | fabea3326cea434c0011fa00f3eb57854162117c /kernel | |
| parent | b984679efe1a616ec4ac919dba08286d71593900 (diff) | |
block: blkdev.h cleanup, move iocontext stuff to iocontext.h
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
Diffstat (limited to 'kernel')
| -rw-r--r-- | kernel/exit.c | 1 | ||||
| -rw-r--r-- | kernel/fork.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/kernel/exit.c b/kernel/exit.c index 8f6185e69b69..ceb258782835 100644 --- a/kernel/exit.c +++ b/kernel/exit.c | |||
| @@ -13,6 +13,7 @@ | |||
| 13 | #include <linux/personality.h> | 13 | #include <linux/personality.h> |
| 14 | #include <linux/tty.h> | 14 | #include <linux/tty.h> |
| 15 | #include <linux/mnt_namespace.h> | 15 | #include <linux/mnt_namespace.h> |
| 16 | #include <linux/iocontext.h> | ||
| 16 | #include <linux/key.h> | 17 | #include <linux/key.h> |
| 17 | #include <linux/security.h> | 18 | #include <linux/security.h> |
| 18 | #include <linux/cpu.h> | 19 | #include <linux/cpu.h> |
diff --git a/kernel/fork.c b/kernel/fork.c index 19908b26cf80..b71ccd09fc8d 100644 --- a/kernel/fork.c +++ b/kernel/fork.c | |||
| @@ -23,6 +23,7 @@ | |||
| 23 | #include <linux/sem.h> | 23 | #include <linux/sem.h> |
| 24 | #include <linux/file.h> | 24 | #include <linux/file.h> |
| 25 | #include <linux/fdtable.h> | 25 | #include <linux/fdtable.h> |
| 26 | #include <linux/iocontext.h> | ||
| 26 | #include <linux/key.h> | 27 | #include <linux/key.h> |
| 27 | #include <linux/binfmts.h> | 28 | #include <linux/binfmts.h> |
| 28 | #include <linux/mman.h> | 29 | #include <linux/mman.h> |
