summaryrefslogtreecommitdiff
path: root/fs/ext4/super.c
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2009-05-01 13:49:15 -0400
committerTheodore Ts'o <tytso@mit.edu>2009-05-01 13:49:15 -0400
commit596397b77c895d0fa3674f579c94ad5ea88ef01d (patch)
treebd4f9916556b4d5bc59ee4b5171248df44e2c5c4 /fs/ext4/super.c
parentca0faba0e8ac844dc0279825eb8db876b5962ea5 (diff)
ext4: Move fs/ext4/namei.h into ext4.h
The fs/ext4/namei.h header file had only a single function declaration, and should have never been a standalone file. Move it into ext4.h, where should have been from the beginning. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'fs/ext4/super.c')
-rw-r--r--fs/ext4/super.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/ext4/super.c b/fs/ext4/super.c
index 1fbf0906ae2e..d79e1c428b4a 100644
--- a/fs/ext4/super.c
+++ b/fs/ext4/super.c
@@ -46,7 +46,6 @@
#include "ext4_jbd2.h"
#include "xattr.h"
#include "acl.h"
-#include "namei.h"
#include "group.h"
struct proc_dir_entry *ext4_proc_root;