From: Andrew Morton Cc: Ben Dooks Cc: Andreas Dilger Signed-off-by: Andrew Morton --- fs/ext3/super.c | 4 +++- ext3/namei.h | 0 2 files changed, 3 insertions(+), 1 deletion(-) diff -puN fs/ext3/super.c~ext3-sparse-fixes-2 fs/ext3/super.c --- 25/fs/ext3/super.c~ext3-sparse-fixes-2 Fri Oct 14 12:23:49 2005 +++ 25-akpm/fs/ext3/super.c Fri Oct 14 12:23:49 2005 @@ -36,9 +36,12 @@ #include #include #include + #include + #include "xattr.h" #include "acl.h" +#include "namei.h" static int ext3_load_journal(struct super_block *, struct ext3_super_block *); static int ext3_create_journal(struct super_block *, struct ext3_super_block *, @@ -609,7 +612,6 @@ static struct super_operations ext3_sops #endif }; -struct dentry *ext3_get_parent(struct dentry *child); static struct export_operations ext3_export_ops = { .get_parent = ext3_get_parent, }; diff -puN fs/ext3/namei.h~ext3-sparse-fixes-2 fs/ext3/namei.h _