]> git.baikalelectronics.ru Git - kernel.git/commit
btrfs: return 0 for dev_extent_hole_check_zoned hole_start in case of error
authorJohannes Thumshirn <johannes.thumshirn@wdc.com>
Mon, 10 May 2021 13:39:38 +0000 (22:39 +0900)
committerDavid Sterba <dsterba@suse.com>
Thu, 13 May 2021 23:22:48 +0000 (01:22 +0200)
commitb554e7132b1a8e0fb89de9c58b8f105d52df5dc0
treec3aede1c700888bdc7e1520bebec2bb50003e5f8
parent640e925a8cdafac8dc592050e3505b40d0e7c288
btrfs: return 0 for dev_extent_hole_check_zoned hole_start in case of error

Commit 602d5a427aed ("btrfs: assign proper values to a bool variable in
dev_extent_hole_check_zoned") assigned false to the hole_start parameter
of dev_extent_hole_check_zoned().

The hole_start parameter is not boolean and returns the start location of
the found hole.

Fixes: 602d5a427aed ("btrfs: assign proper values to a bool variable in dev_extent_hole_check_zoned")
Signed-off-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/volumes.c