Commit ab26e9d6 authored by Liu Bo's avatar Liu Bo Committed by Chris Mason

Btrfs: cleanup for duplicated code in find_free_extent

There is already an 'add free space' phrase in front of this one, we
needn't to redo it.
Signed-off-by: default avatarLiu Bo <bo.li.liu@oracle.com>
parent 60376ce4
......@@ -5828,10 +5828,6 @@ static noinline int find_free_extent(struct btrfs_trans_handle *trans,
trace_btrfs_reserve_extent(orig_root, block_group,
search_start, num_bytes);
if (offset < search_start)
btrfs_add_free_space(used_block_group, offset,
search_start - offset);
BUG_ON(offset > search_start);
if (used_block_group != block_group)
btrfs_put_block_group(used_block_group);
btrfs_put_block_group(block_group);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment