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 d3cd564b3b3f..c7f5161271d3 100644 --- a/fs/btrfs/ctree.h +++ b/fs/btrfs/ctree.h | |||
@@ -301,6 +301,7 @@ struct btrfs_fs_info { | |||
301 | struct radix_tree_root extent_map_radix; | 301 | struct radix_tree_root extent_map_radix; |
302 | struct radix_tree_root extent_ins_radix; | 302 | struct radix_tree_root extent_ins_radix; |
303 | u64 generation; | 303 | u64 generation; |
304 | u64 last_trans_committed; | ||
304 | struct btrfs_transaction *running_transaction; | 305 | struct btrfs_transaction *running_transaction; |
305 | struct btrfs_super_block *disk_super; | 306 | struct btrfs_super_block *disk_super; |
306 | struct btrfs_super_block super_copy; | 307 | struct btrfs_super_block super_copy; |