diff options
Diffstat (limited to 'fs/btrfs/transaction.h')
-rw-r--r-- | fs/btrfs/transaction.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/btrfs/transaction.h b/fs/btrfs/transaction.h index 0b08208be853..f25b4900db45 100644 --- a/fs/btrfs/transaction.h +++ b/fs/btrfs/transaction.h | |||
@@ -8,7 +8,6 @@ struct btrfs_transaction { | |||
8 | int in_commit; | 8 | int in_commit; |
9 | int use_count; | 9 | int use_count; |
10 | int commit_done; | 10 | int commit_done; |
11 | int magic; | ||
12 | struct list_head list; | 11 | struct list_head list; |
13 | struct radix_tree_root dirty_pages; | 12 | struct radix_tree_root dirty_pages; |
14 | unsigned long start_time; | 13 | unsigned long start_time; |
@@ -17,13 +16,11 @@ struct btrfs_transaction { | |||
17 | }; | 16 | }; |
18 | 17 | ||
19 | struct btrfs_trans_handle { | 18 | struct btrfs_trans_handle { |
20 | int magic; | ||
21 | u64 transid; | 19 | u64 transid; |
22 | unsigned long blocks_reserved; | 20 | unsigned long blocks_reserved; |
23 | unsigned long blocks_used; | 21 | unsigned long blocks_used; |
24 | struct btrfs_transaction *transaction; | 22 | struct btrfs_transaction *transaction; |
25 | struct btrfs_block_group_cache *block_group; | 23 | struct btrfs_block_group_cache *block_group; |
26 | int magic2; | ||
27 | }; | 24 | }; |
28 | 25 | ||
29 | 26 | ||