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, 1 insertions, 2 deletions
diff --git a/fs/btrfs/transaction.h b/fs/btrfs/transaction.h
index 2c73caeebb2c..598baa312417 100644
--- a/fs/btrfs/transaction.h
+++ b/fs/btrfs/transaction.h
@@ -90,8 +90,7 @@ int btrfs_write_and_wait_transaction(struct btrfs_trans_handle *trans,
90int btrfs_commit_tree_roots(struct btrfs_trans_handle *trans, 90int btrfs_commit_tree_roots(struct btrfs_trans_handle *trans,
91 struct btrfs_root *root); 91 struct btrfs_root *root);
92 92
93int btrfs_add_dead_root(struct btrfs_root *root, struct btrfs_root *latest, 93int btrfs_add_dead_root(struct btrfs_root *root, struct btrfs_root *latest);
94 struct list_head *dead_list);
95int btrfs_defrag_root(struct btrfs_root *root, int cacheonly); 94int btrfs_defrag_root(struct btrfs_root *root, int cacheonly);
96int btrfs_clean_old_snapshots(struct btrfs_root *root); 95int btrfs_clean_old_snapshots(struct btrfs_root *root);
97int btrfs_commit_transaction(struct btrfs_trans_handle *trans, 96int btrfs_commit_transaction(struct btrfs_trans_handle *trans,