Btrfs: cleanup unused function
authorLiu Bo <bo.li.liu@oracle.com>
Wed, 6 Mar 2013 07:10:05 +0000 (07:10 +0000)
committerJosef Bacik <jbacik@fusionio.com>
Mon, 29 Apr 2013 18:58:34 +0000 (14:58 -0400)
btrfs_abort_devices() is no more used.

Signed-off-by: Liu Bo <bo.li.liu@oracle.com>
Signed-off-by: Josef Bacik <jbacik@fusionio.com>
fs/btrfs/disk-io.h

index 034d7dc..853c91d 100644 (file)
@@ -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);