]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/reiserfs_fs_i.h
[POWERPC] Fix __raw* accessors
[linux-2.6-omap-h63xx.git] / include / linux / reiserfs_fs_i.h
index 149be8d9a0c9fe200f59ff809e8005b3ecca3ebc..5b3b297aa2c5b647294e69ac0090cef6c0deeb16 100644 (file)
@@ -52,10 +52,13 @@ struct reiserfs_inode_info {
         ** flushed */
        unsigned long i_trans_id;
        struct reiserfs_journal_list *i_jl;
-
+#ifdef CONFIG_REISERFS_FS_POSIX_ACL
        struct posix_acl *i_acl_access;
        struct posix_acl *i_acl_default;
+#endif
+#ifdef CONFIG_REISERFS_FS_XATTR
        struct rw_semaphore xattr_sem;
+#endif
        struct inode vfs_inode;
 };