diff options
Diffstat (limited to 'fs/btrfs/transaction.h')
-rw-r--r-- | fs/btrfs/transaction.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/btrfs/transaction.h b/fs/btrfs/transaction.h index e451783a1a4d..4bc328cbb24c 100644 --- a/fs/btrfs/transaction.h +++ b/fs/btrfs/transaction.h | |||
@@ -78,7 +78,8 @@ void btrfs_transaction_flush_work(struct btrfs_root *root); | |||
78 | void btrfs_transaction_queue_work(struct btrfs_root *root, int delay); | 78 | void btrfs_transaction_queue_work(struct btrfs_root *root, int delay); |
79 | void btrfs_init_transaction_sys(void); | 79 | void btrfs_init_transaction_sys(void); |
80 | void btrfs_exit_transaction_sys(void); | 80 | void btrfs_exit_transaction_sys(void); |
81 | int btrfs_add_dead_root(struct btrfs_root *root, struct list_head *dead_list); | 81 | int btrfs_add_dead_root(struct btrfs_root *root, struct btrfs_root *latest, |
82 | struct list_head *dead_list); | ||
82 | int btrfs_defrag_dirty_roots(struct btrfs_fs_info *info); | 83 | int btrfs_defrag_dirty_roots(struct btrfs_fs_info *info); |
83 | int btrfs_defrag_root(struct btrfs_root *root, int cacheonly); | 84 | int btrfs_defrag_root(struct btrfs_root *root, int cacheonly); |
84 | int btrfs_clean_old_snapshots(struct btrfs_root *root); | 85 | int btrfs_clean_old_snapshots(struct btrfs_root *root); |