Btrfs: Add inode flags support
[linux-2.6-block.git] / fs / btrfs / btrfs_inode.h
index f27e633f1742b88982508c5fe5e58c99a3269ac9..9fc99883c70a86f2802715c54c548c4ef56cb50f 100644 (file)
@@ -34,6 +34,7 @@ struct btrfs_inode {
         * transid of the trans_handle that last modified this inode
         */
        u64 last_trans;
+       u32 flags;
 };
 static inline struct btrfs_inode *BTRFS_I(struct inode *inode)
 {