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 fd52e9b23922..c3172ddb3321 100644 --- a/fs/btrfs/transaction.h +++ b/fs/btrfs/transaction.h | |||
@@ -29,7 +29,7 @@ struct btrfs_transaction { | |||
29 | int use_count; | 29 | int use_count; |
30 | int commit_done; | 30 | int commit_done; |
31 | struct list_head list; | 31 | struct list_head list; |
32 | struct extent_map_tree dirty_pages; | 32 | struct extent_io_tree dirty_pages; |
33 | unsigned long start_time; | 33 | unsigned long start_time; |
34 | struct btrfs_ordered_inode_tree ordered_inode_tree; | 34 | struct btrfs_ordered_inode_tree ordered_inode_tree; |
35 | wait_queue_head_t writer_wait; | 35 | wait_queue_head_t writer_wait; |