btrfs-progs: Remove superfluous BUG_ON check.

The function call that set the ret parameter evaluated in this
BUG_ON was removed in a previous commit:
11be10f71e
Btrfs-progs: make fsck fix certain file extent inconsistencies

Signed-off-by: Mitch Harder <mitch.harder@sabayonlinux.org>
Signed-off-by: David Sterba <dsterba@suse.cz>
Signed-off-by: Chris Mason <clm@fb.com>
master
Mitch Harder 2014-02-11 07:00:12 -06:00 committed by Chris Mason
parent 93f4f126ec
commit 26b2f58d78
1 changed files with 0 additions and 1 deletions

View File

@ -4037,7 +4037,6 @@ static int run_next_block(struct btrfs_trans_handle *trans,
parent, owner, key.objectid, key.offset -
btrfs_file_extent_offset(buf, fi), 1, 1,
btrfs_file_extent_disk_num_bytes(buf, fi));
BUG_ON(ret);
}
} else {
int level;