aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/transaction.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/btrfs/transaction.h')
-rw-r--r--fs/btrfs/transaction.h3
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);
108int btrfs_clean_old_snapshots(struct btrfs_root *root); 108int btrfs_clean_old_snapshots(struct btrfs_root *root);
109int btrfs_commit_transaction(struct btrfs_trans_handle *trans, 109int btrfs_commit_transaction(struct btrfs_trans_handle *trans,
110 struct btrfs_root *root); 110 struct btrfs_root *root);
111int btrfs_commit_transaction_async(struct btrfs_trans_handle *trans,
112 struct btrfs_root *root,
113 int wait_for_unblock);
111int btrfs_end_transaction_throttle(struct btrfs_trans_handle *trans, 114int btrfs_end_transaction_throttle(struct btrfs_trans_handle *trans,
112 struct btrfs_root *root); 115 struct btrfs_root *root);
113int btrfs_should_end_transaction(struct btrfs_trans_handle *trans, 116int btrfs_should_end_transaction(struct btrfs_trans_handle *trans,