diff options
Diffstat (limited to 'fs/btrfs/ctree.h')
-rw-r--r-- | fs/btrfs/ctree.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h index 8f93e066bf8b..35e9a7af10a5 100644 --- a/fs/btrfs/ctree.h +++ b/fs/btrfs/ctree.h | |||
@@ -354,6 +354,7 @@ struct btrfs_fs_info { | |||
354 | spinlock_t new_trans_lock; | 354 | spinlock_t new_trans_lock; |
355 | u64 delalloc_bytes; | 355 | u64 delalloc_bytes; |
356 | u64 last_alloc; | 356 | u64 last_alloc; |
357 | u64 last_data_alloc; | ||
357 | }; | 358 | }; |
358 | /* | 359 | /* |
359 | * in ram representation of the tree. extent_root is used for all allocations | 360 | * in ram representation of the tree. extent_root is used for all allocations |