Revert to Fedora kernel-2.6.17-1.2187_FC5 patched with vs2.0.2.1; there are too many...
[linux-2.6.git] / include / linux / jffs2_fs_i.h
similarity index 91%
rename from fs/jffs2/jffs2_fs_i.h
rename to include/linux/jffs2_fs_i.h
index 2e0cc8e..ad565bf 100644 (file)
@@ -5,7 +5,6 @@
 
 #include <linux/version.h>
 #include <linux/rbtree.h>
-#include <linux/posix_acl.h>
 #include <asm/semaphore.h>
 
 struct jffs2_inode_info {
@@ -46,10 +45,6 @@ struct jffs2_inode_info {
        struct inode vfs_inode;
 #endif
 #endif
-#ifdef CONFIG_JFFS2_FS_POSIX_ACL
-       struct posix_acl *i_acl_access;
-       struct posix_acl *i_acl_default;
-#endif
 };
 
 #endif /* _JFFS2_FS_I */