diff options
Diffstat (limited to 'fs/btrfs/free-space-cache.h')
-rw-r--r-- | fs/btrfs/free-space-cache.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/btrfs/free-space-cache.h b/fs/btrfs/free-space-cache.h index 0cf4977ef70d..88b2238a0aed 100644 --- a/fs/btrfs/free-space-cache.h +++ b/fs/btrfs/free-space-cache.h | |||
@@ -38,6 +38,8 @@ struct btrfs_free_space_ctl { | |||
38 | u64 start; | 38 | u64 start; |
39 | struct btrfs_free_space_op *op; | 39 | struct btrfs_free_space_op *op; |
40 | void *private; | 40 | void *private; |
41 | struct mutex cache_writeout_mutex; | ||
42 | struct list_head trimming_ranges; | ||
41 | }; | 43 | }; |
42 | 44 | ||
43 | struct btrfs_free_space_op { | 45 | struct btrfs_free_space_op { |