]> Pileus Git - ~andy/linux/blobdiff - fs/ocfs2/inode.h
ocfs2: Remove data locks
[~andy/linux] / fs / ocfs2 / inode.h
index a41d0817121b21ed35e73def7ec91a5e603b7dec..d1c54da687c92385ce2f37ceeacff3085a764b54 100644 (file)
@@ -35,7 +35,6 @@ struct ocfs2_inode_info
 
        struct ocfs2_lock_res           ip_rw_lockres;
        struct ocfs2_lock_res           ip_meta_lockres;
-       struct ocfs2_lock_res           ip_data_lockres;
        struct ocfs2_lock_res           ip_open_lockres;
 
        /* protects allocation changes on this inode. */
@@ -51,6 +50,7 @@ struct ocfs2_inode_info
 
        u32                             ip_flags; /* see below */
        u32                             ip_attr; /* inode attributes */
+       u16                             ip_dyn_features;
 
        /* protected by recovery_lock. */
        struct inode                    *ip_next_orphan;