diff options
Diffstat (limited to 'fs/btrfs/transaction.h')
-rw-r--r-- | fs/btrfs/transaction.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/fs/btrfs/transaction.h b/fs/btrfs/transaction.h index 9ccd5a5b170f..910350cd4cf0 100644 --- a/fs/btrfs/transaction.h +++ b/fs/btrfs/transaction.h | |||
@@ -19,7 +19,6 @@ | |||
19 | #ifndef __BTRFS_TRANSACTION__ | 19 | #ifndef __BTRFS_TRANSACTION__ |
20 | #define __BTRFS_TRANSACTION__ | 20 | #define __BTRFS_TRANSACTION__ |
21 | #include "btrfs_inode.h" | 21 | #include "btrfs_inode.h" |
22 | #include "ordered-data.h" | ||
23 | 22 | ||
24 | struct btrfs_transaction { | 23 | struct btrfs_transaction { |
25 | u64 transid; | 24 | u64 transid; |
@@ -31,7 +30,6 @@ struct btrfs_transaction { | |||
31 | struct list_head list; | 30 | struct list_head list; |
32 | struct extent_io_tree dirty_pages; | 31 | struct extent_io_tree dirty_pages; |
33 | unsigned long start_time; | 32 | unsigned long start_time; |
34 | struct btrfs_ordered_inode_tree ordered_inode_tree; | ||
35 | wait_queue_head_t writer_wait; | 33 | wait_queue_head_t writer_wait; |
36 | wait_queue_head_t commit_wait; | 34 | wait_queue_head_t commit_wait; |
37 | struct list_head pending_snapshots; | 35 | struct list_head pending_snapshots; |
@@ -88,8 +86,6 @@ int btrfs_defrag_root(struct btrfs_root *root, int cacheonly); | |||
88 | int btrfs_clean_old_snapshots(struct btrfs_root *root); | 86 | int btrfs_clean_old_snapshots(struct btrfs_root *root); |
89 | int btrfs_commit_transaction(struct btrfs_trans_handle *trans, | 87 | int btrfs_commit_transaction(struct btrfs_trans_handle *trans, |
90 | struct btrfs_root *root); | 88 | struct btrfs_root *root); |
91 | int btrfs_write_ordered_inodes(struct btrfs_trans_handle *trans, | ||
92 | struct btrfs_root *root); | ||
93 | int btrfs_end_transaction_throttle(struct btrfs_trans_handle *trans, | 89 | int btrfs_end_transaction_throttle(struct btrfs_trans_handle *trans, |
94 | struct btrfs_root *root); | 90 | struct btrfs_root *root); |
95 | #endif | 91 | #endif |