diff options
Diffstat (limited to 'fs/btrfs/btrfs_inode.h')
-rw-r--r-- | fs/btrfs/btrfs_inode.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/fs/btrfs/btrfs_inode.h b/fs/btrfs/btrfs_inode.h index 6bce46be49ff..f446f161f736 100644 --- a/fs/btrfs/btrfs_inode.h +++ b/fs/btrfs/btrfs_inode.h | |||
@@ -25,6 +25,11 @@ struct btrfs_inode { | |||
25 | struct btrfs_block_group_cache *block_group; | 25 | struct btrfs_block_group_cache *block_group; |
26 | struct btrfs_key location; | 26 | struct btrfs_key location; |
27 | struct inode vfs_inode; | 27 | struct inode vfs_inode; |
28 | |||
29 | /* | ||
30 | * transid of the trans_handle that last modified this inode | ||
31 | */ | ||
32 | u64 last_trans; | ||
28 | }; | 33 | }; |
29 | static inline struct btrfs_inode *BTRFS_I(struct inode *inode) | 34 | static inline struct btrfs_inode *BTRFS_I(struct inode *inode) |
30 | { | 35 | { |