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, 1 insertions, 1 deletions
diff --git a/fs/btrfs/transaction.h b/fs/btrfs/transaction.h
index 202c8be6c05d..ffe7f639732b 100644
--- a/fs/btrfs/transaction.h
+++ b/fs/btrfs/transaction.h
@@ -41,7 +41,7 @@ struct btrfs_trans_handle {
41 unsigned long blocks_reserved; 41 unsigned long blocks_reserved;
42 unsigned long blocks_used; 42 unsigned long blocks_used;
43 struct btrfs_transaction *transaction; 43 struct btrfs_transaction *transaction;
44 struct btrfs_block_group_cache *block_group; 44 u64 block_group;
45 u64 alloc_exclude_start; 45 u64 alloc_exclude_start;
46 u64 alloc_exclude_nr; 46 u64 alloc_exclude_nr;
47}; 47};