diff options
Diffstat (limited to 'fs/btrfs/transaction.h')
-rw-r--r-- | fs/btrfs/transaction.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/btrfs/transaction.h b/fs/btrfs/transaction.h index 3cc29900a074..afe42d167cee 100644 --- a/fs/btrfs/transaction.h +++ b/fs/btrfs/transaction.h | |||
@@ -9,6 +9,7 @@ struct btrfs_transaction { | |||
9 | int commit_done; | 9 | int commit_done; |
10 | int magic; | 10 | int magic; |
11 | struct list_head list; | 11 | struct list_head list; |
12 | struct radix_tree_root dirty_pages; | ||
12 | wait_queue_head_t writer_wait; | 13 | wait_queue_head_t writer_wait; |
13 | wait_queue_head_t commit_wait; | 14 | wait_queue_head_t commit_wait; |
14 | }; | 15 | }; |