aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/btrfs_inode.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/btrfs/btrfs_inode.h')
-rw-r--r--fs/btrfs/btrfs_inode.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/btrfs/btrfs_inode.h b/fs/btrfs/btrfs_inode.h
index f27e633f174..9fc99883c70 100644
--- a/fs/btrfs/btrfs_inode.h
+++ b/fs/btrfs/btrfs_inode.h
@@ -34,6 +34,7 @@ struct btrfs_inode {
34 * transid of the trans_handle that last modified this inode 34 * transid of the trans_handle that last modified this inode
35 */ 35 */
36 u64 last_trans; 36 u64 last_trans;
37 u32 flags;
37}; 38};
38static inline struct btrfs_inode *BTRFS_I(struct inode *inode) 39static inline struct btrfs_inode *BTRFS_I(struct inode *inode)
39{ 40{