aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/transaction.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/btrfs/transaction.h')
-rw-r--r--fs/btrfs/transaction.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/btrfs/transaction.h b/fs/btrfs/transaction.h
index 1f573f09dba2..154314f80f8d 100644
--- a/fs/btrfs/transaction.h
+++ b/fs/btrfs/transaction.h
@@ -47,11 +47,13 @@ struct btrfs_trans_handle {
47 u64 transid; 47 u64 transid;
48 u64 block_group; 48 u64 block_group;
49 u64 bytes_reserved; 49 u64 bytes_reserved;
50 unsigned long use_count;
50 unsigned long blocks_reserved; 51 unsigned long blocks_reserved;
51 unsigned long blocks_used; 52 unsigned long blocks_used;
52 unsigned long delayed_ref_updates; 53 unsigned long delayed_ref_updates;
53 struct btrfs_transaction *transaction; 54 struct btrfs_transaction *transaction;
54 struct btrfs_block_rsv *block_rsv; 55 struct btrfs_block_rsv *block_rsv;
56 struct btrfs_block_rsv *orig_rsv;
55}; 57};
56 58
57struct btrfs_pending_snapshot { 59struct btrfs_pending_snapshot {