From: Liu Bo Date: Wed, 6 Mar 2013 07:10:05 +0000 (+0000) Subject: Btrfs: cleanup unused function X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=e75206cfdc89f4b5361776443acba4c940770b30;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git Btrfs: cleanup unused function btrfs_abort_devices() is no more used. Signed-off-by: Liu Bo Signed-off-by: Josef Bacik --- diff --git a/fs/btrfs/disk-io.h b/fs/btrfs/disk-io.h index 034d7dc552b2..853c91d7212b 100644 --- a/fs/btrfs/disk-io.h +++ b/fs/btrfs/disk-io.h @@ -96,7 +96,6 @@ int btrfs_add_log_tree(struct btrfs_trans_handle *trans, int btrfs_cleanup_transaction(struct btrfs_root *root); void btrfs_cleanup_one_transaction(struct btrfs_transaction *trans, struct btrfs_root *root); -void btrfs_abort_devices(struct btrfs_root *root); struct btrfs_root *btrfs_create_tree(struct btrfs_trans_handle *trans, struct btrfs_fs_info *fs_info, u64 objectid);