diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2008-07-26 09:46:43 +0200 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2008-07-27 02:53:42 +0200 |
commit | 3f8206d496e9e9495afb1d4e70d29712b4d403c9 (patch) | |
tree | 5bedea1aff8b5e584fbf8497c80fcaccf9242d69 /kernel/cgroup.c | |
parent | [PATCH] get rid of __user_path_lookup_open (diff) | |
download | linux-3f8206d496e9e9495afb1d4e70d29712b4d403c9.tar.xz linux-3f8206d496e9e9495afb1d4e70d29712b4d403c9.zip |
[PATCH] get rid of indirect users of namei.h
fs.h needs path.h, not namei.h; nfs_fs.h doesn't need it at all.
Several places in the tree needed direct include.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'kernel/cgroup.c')
-rw-r--r-- | kernel/cgroup.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/cgroup.c b/kernel/cgroup.c index 89bd6fb7894f..657f8f8d93a5 100644 --- a/kernel/cgroup.c +++ b/kernel/cgroup.c @@ -45,6 +45,7 @@ #include <linux/delayacct.h> #include <linux/cgroupstats.h> #include <linux/hash.h> +#include <linux/namei.h> #include <asm/atomic.h> |