mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs.git
synced 2025-01-06 02:53:57 +08:00
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>
This commit is contained in:
parent
93f4f126ec
commit
26b2f58d78
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user