diff options
Diffstat (limited to 'fs/btrfs/transaction.h')
-rw-r--r-- | fs/btrfs/transaction.h | 3 |
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, | |||
90 | int btrfs_commit_tree_roots(struct btrfs_trans_handle *trans, | 90 | int btrfs_commit_tree_roots(struct btrfs_trans_handle *trans, |
91 | struct btrfs_root *root); | 91 | struct btrfs_root *root); |
92 | 92 | ||
93 | int btrfs_add_dead_root(struct btrfs_root *root, struct btrfs_root *latest, | 93 | int btrfs_add_dead_root(struct btrfs_root *root, struct btrfs_root *latest); |
94 | struct list_head *dead_list); | ||
95 | int btrfs_defrag_root(struct btrfs_root *root, int cacheonly); | 94 | int btrfs_defrag_root(struct btrfs_root *root, int cacheonly); |
96 | int btrfs_clean_old_snapshots(struct btrfs_root *root); | 95 | int btrfs_clean_old_snapshots(struct btrfs_root *root); |
97 | int btrfs_commit_transaction(struct btrfs_trans_handle *trans, | 96 | int btrfs_commit_transaction(struct btrfs_trans_handle *trans, |