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.h5
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};
29static inline struct btrfs_inode *BTRFS_I(struct inode *inode) 34static inline struct btrfs_inode *BTRFS_I(struct inode *inode)
30{ 35{