diff options
Diffstat (limited to 'fs/btrfs/ctree.h')
-rw-r--r-- | fs/btrfs/ctree.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h index 5a800986f416..5f4921554f0a 100644 --- a/fs/btrfs/ctree.h +++ b/fs/btrfs/ctree.h | |||
@@ -1814,6 +1814,8 @@ struct btrfs_root { | |||
1814 | struct list_head delalloc_inodes; | 1814 | struct list_head delalloc_inodes; |
1815 | struct list_head delalloc_root; | 1815 | struct list_head delalloc_root; |
1816 | u64 nr_delalloc_inodes; | 1816 | u64 nr_delalloc_inodes; |
1817 | |||
1818 | struct mutex ordered_extent_mutex; | ||
1817 | /* | 1819 | /* |
1818 | * this is used by the balancing code to wait for all the pending | 1820 | * this is used by the balancing code to wait for all the pending |
1819 | * ordered extents | 1821 | * ordered extents |