diff options
Diffstat (limited to 'fs/btrfs/transaction.h')
-rw-r--r-- | fs/btrfs/transaction.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/btrfs/transaction.h b/fs/btrfs/transaction.h index 15f83e1c1ef7..e1908e6872fe 100644 --- a/fs/btrfs/transaction.h +++ b/fs/btrfs/transaction.h | |||
@@ -108,6 +108,9 @@ int btrfs_defrag_root(struct btrfs_root *root, int cacheonly); | |||
108 | int btrfs_clean_old_snapshots(struct btrfs_root *root); | 108 | int btrfs_clean_old_snapshots(struct btrfs_root *root); |
109 | int btrfs_commit_transaction(struct btrfs_trans_handle *trans, | 109 | int btrfs_commit_transaction(struct btrfs_trans_handle *trans, |
110 | struct btrfs_root *root); | 110 | struct btrfs_root *root); |
111 | int btrfs_commit_transaction_async(struct btrfs_trans_handle *trans, | ||
112 | struct btrfs_root *root, | ||
113 | int wait_for_unblock); | ||
111 | int btrfs_end_transaction_throttle(struct btrfs_trans_handle *trans, | 114 | int btrfs_end_transaction_throttle(struct btrfs_trans_handle *trans, |
112 | struct btrfs_root *root); | 115 | struct btrfs_root *root); |
113 | int btrfs_should_end_transaction(struct btrfs_trans_handle *trans, | 116 | int btrfs_should_end_transaction(struct btrfs_trans_handle *trans, |