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 9a0647dc5a0..9b9db9cbc01 100644
--- a/fs/btrfs/btrfs_inode.h
+++ b/fs/btrfs/btrfs_inode.h
@@ -36,6 +36,7 @@ struct btrfs_inode {
36 * transid of the trans_handle that last modified this inode 36 * transid of the trans_handle that last modified this inode
37 */ 37 */
38 u64 last_trans; 38 u64 last_trans;
39 u64 delalloc_bytes;
39 u32 flags; 40 u32 flags;
40}; 41};
41static inline struct btrfs_inode *BTRFS_I(struct inode *inode) 42static inline struct btrfs_inode *BTRFS_I(struct inode *inode)