aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/btrfs/ctree.h')
-rw-r--r--fs/btrfs/ctree.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h
index 4ddce91cf3f9..2737facbd341 100644
--- a/fs/btrfs/ctree.h
+++ b/fs/btrfs/ctree.h
@@ -695,7 +695,12 @@ struct btrfs_fs_info {
695 695
696 u64 generation; 696 u64 generation;
697 u64 last_trans_committed; 697 u64 last_trans_committed;
698 u64 last_trans_new_blockgroup; 698
699 /*
700 * this is updated to the current trans every time a full commit
701 * is required instead of the faster short fsync log commits
702 */
703 u64 last_trans_log_full_commit;
699 u64 open_ioctl_trans; 704 u64 open_ioctl_trans;
700 unsigned long mount_opt; 705 unsigned long mount_opt;
701 u64 max_extent; 706 u64 max_extent;