diff options
author | Liu Bo <bo.li.liu@oracle.com> | 2013-03-06 02:10:05 -0500 |
---|---|---|
committer | Josef Bacik <jbacik@fusionio.com> | 2013-04-29 14:58:34 -0400 |
commit | e75206cfdc89f4b5361776443acba4c940770b30 (patch) | |
tree | e7f61bf2544798e1b63d610d7b21f684d6b18b01 /fs | |
parent | c1be5a5b1b355d40e6cf79cc979eb66dafa24ad1 (diff) |
Btrfs: cleanup unused function
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>
Diffstat (limited to 'fs')
-rw-r--r-- | fs/btrfs/disk-io.h | 1 |
1 files changed, 0 insertions, 1 deletions
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, | |||
96 | int btrfs_cleanup_transaction(struct btrfs_root *root); | 96 | int btrfs_cleanup_transaction(struct btrfs_root *root); |
97 | void btrfs_cleanup_one_transaction(struct btrfs_transaction *trans, | 97 | void btrfs_cleanup_one_transaction(struct btrfs_transaction *trans, |
98 | struct btrfs_root *root); | 98 | struct btrfs_root *root); |
99 | void btrfs_abort_devices(struct btrfs_root *root); | ||
100 | struct btrfs_root *btrfs_create_tree(struct btrfs_trans_handle *trans, | 99 | struct btrfs_root *btrfs_create_tree(struct btrfs_trans_handle *trans, |
101 | struct btrfs_fs_info *fs_info, | 100 | struct btrfs_fs_info *fs_info, |
102 | u64 objectid); | 101 | u64 objectid); |