diff options
| author | Christoph Hellwig <hch@infradead.org> | 2002-05-21 21:50:24 -0700 |
|---|---|---|
| committer | Christoph Hellwig <hch@infradead.org> | 2002-05-21 21:50:24 -0700 |
| commit | 26d7de1889cd9af635e5e8d9f515537ea3871d26 (patch) | |
| tree | 4ace7b06b348742f1d98c873774fd3e6057dd122 /fs/exec.c | |
| parent | 17eb4a37572617e20ac06ef6ff096efb901b0a36 (diff) | |
[PATCH] split namei.h out of fs.h
Currently fs.h is full of unrelated declarations and included in almost
any source file. Thus it makes sense to spilt certain aspects out that are
only used by few users.
This patch starts with the namei/path lookup interface and splits it into
<linux/namei.h> which is now directly included by the 24 files that actually
need it.
Diffstat (limited to 'fs/exec.c')
| -rw-r--r-- | fs/exec.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/exec.c b/fs/exec.c index e7e4da3c3a8d..532d18eadc3e 100644 --- a/fs/exec.c +++ b/fs/exec.c @@ -38,6 +38,7 @@ #include <linux/binfmts.h> #define __NO_VERSION__ #include <linux/module.h> +#include <linux/namei.h> #include <asm/uaccess.h> #include <asm/pgalloc.h> |
