aboutsummaryrefslogtreecommitdiff
path: root/samples
diff options
context:
space:
mode:
authorGravatar Naohiro Aota <naohiro.aota@wdc.com> 2023-04-18 17:45:24 +0900
committerGravatar David Sterba <dsterba@suse.com> 2023-04-28 17:17:25 +0200
commit631003e2333c12cc1b52df06a707365b7363a159 (patch)
tree20819a7556997516a417f69bde1d2e383b38884d /samples
parentbtrfs: properly reject clear_cache and v1 cache for block-group-tree (diff)
downloadlinux-631003e2333c12cc1b52df06a707365b7363a159.tar.gz
linux-631003e2333c12cc1b52df06a707365b7363a159.tar.bz2
linux-631003e2333c12cc1b52df06a707365b7363a159.zip
btrfs: zoned: fix wrong use of bitops API in btrfs_ensure_empty_zones
find_next_bit and find_next_zero_bit take @size as the second parameter and @offset as the third parameter. They are specified opposite in btrfs_ensure_empty_zones(). Thanks to the later loop, it never failed to detect the empty zones. Fix them and (maybe) return the result a bit faster. Note: the naming is a bit confusing, size has two meanings here, bitmap and our range size. Fixes: 1cd6121f2a38 ("btrfs: zoned: implement zoned chunk allocator") CC: stable@vger.kernel.org # 5.15+ Signed-off-by: Naohiro Aota <naohiro.aota@wdc.com> Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'samples')
0 files changed, 0 insertions, 0 deletions