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 81c0444f37b6..3bf40591742a 100644
--- a/fs/btrfs/btrfs_inode.h
+++ b/fs/btrfs/btrfs_inode.h
@@ -32,6 +32,7 @@ struct btrfs_inode {
32 struct extent_io_tree io_tree; 32 struct extent_io_tree io_tree;
33 struct extent_io_tree io_failure_tree; 33 struct extent_io_tree io_failure_tree;
34 struct mutex csum_mutex; 34 struct mutex csum_mutex;
35 struct mutex extent_mutex;
35 struct inode vfs_inode; 36 struct inode vfs_inode;
36 struct btrfs_ordered_inode_tree ordered_tree; 37 struct btrfs_ordered_inode_tree ordered_tree;
37 38