Btrfs: Add the ability to find and remove dead roots after a crash.
[linux-2.6-block.git] / fs / btrfs / transaction.h
index 5fb1d322aa10f4f630bac753da5bd4690092468c..ebf44f3e1118c0477b8311b23342885540fa79b9 100644 (file)
@@ -69,5 +69,6 @@ void btrfs_transaction_flush_work(struct btrfs_root *root);
 void btrfs_transaction_queue_work(struct btrfs_root *root, int delay);
 void btrfs_init_transaction_sys(void);
 void btrfs_exit_transaction_sys(void);
+int btrfs_add_dead_root(struct btrfs_root *root, struct list_head *dead_list);
 
 #endif