diff options
Diffstat (limited to 'fs/btrfs/transaction.h')
-rw-r--r-- | fs/btrfs/transaction.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/transaction.h b/fs/btrfs/transaction.h index 9fe0ec2bf0fe..c5abee4f01ad 100644 --- a/fs/btrfs/transaction.h +++ b/fs/btrfs/transaction.h | |||
@@ -110,7 +110,6 @@ struct btrfs_trans_handle { | |||
110 | u64 chunk_bytes_reserved; | 110 | u64 chunk_bytes_reserved; |
111 | unsigned long use_count; | 111 | unsigned long use_count; |
112 | unsigned long blocks_reserved; | 112 | unsigned long blocks_reserved; |
113 | unsigned long blocks_used; | ||
114 | unsigned long delayed_ref_updates; | 113 | unsigned long delayed_ref_updates; |
115 | struct btrfs_transaction *transaction; | 114 | struct btrfs_transaction *transaction; |
116 | struct btrfs_block_rsv *block_rsv; | 115 | struct btrfs_block_rsv *block_rsv; |
@@ -121,6 +120,7 @@ struct btrfs_trans_handle { | |||
121 | bool can_flush_pending_bgs; | 120 | bool can_flush_pending_bgs; |
122 | bool reloc_reserved; | 121 | bool reloc_reserved; |
123 | bool sync; | 122 | bool sync; |
123 | bool dirty; | ||
124 | unsigned int type; | 124 | unsigned int type; |
125 | /* | 125 | /* |
126 | * this root is only needed to validate that the root passed to | 126 | * this root is only needed to validate that the root passed to |