diff options
Diffstat (limited to 'fs/btrfs/btrfs_inode.h')
-rw-r--r-- | fs/btrfs/btrfs_inode.h | 1 |
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 | }; |
38 | static inline struct btrfs_inode *BTRFS_I(struct inode *inode) | 39 | static inline struct btrfs_inode *BTRFS_I(struct inode *inode) |
39 | { | 40 | { |