Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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);