diff options
Diffstat (limited to 'fs/btrfs/transaction.h')
-rw-r--r-- | fs/btrfs/transaction.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/btrfs/transaction.h b/fs/btrfs/transaction.h index 8b2714e65562..65a395eeca91 100644 --- a/fs/btrfs/transaction.h +++ b/fs/btrfs/transaction.h | |||
@@ -39,6 +39,8 @@ struct btrfs_trans_handle { | |||
39 | unsigned long blocks_used; | 39 | unsigned long blocks_used; |
40 | struct btrfs_transaction *transaction; | 40 | struct btrfs_transaction *transaction; |
41 | struct btrfs_block_group_cache *block_group; | 41 | struct btrfs_block_group_cache *block_group; |
42 | u64 alloc_exclude_start; | ||
43 | u64 alloc_exclude_nr; | ||
42 | }; | 44 | }; |
43 | 45 | ||
44 | 46 | ||