]> git.baikalelectronics.ru Git - kernel.git/commit
btrfs: zoned: fix comparison of alloc_offset vs meta_write_pointer
authorNaohiro Aota <naohiro.aota@wdc.com>
Wed, 4 May 2022 23:12:48 +0000 (16:12 -0700)
committerDavid Sterba <dsterba@suse.com>
Tue, 17 May 2022 18:15:25 +0000 (20:15 +0200)
commitd4f016b2e72586bfe8baeefd00270f9c6015d6b6
treedecb2d86c3c0813050d3f0e9dddfc00d92b6da28
parent497f94137cbddbad038bd1d8e0526f0610889f5f
btrfs: zoned: fix comparison of alloc_offset vs meta_write_pointer

The block_group->alloc_offset is an offset from the start of the block
group. OTOH, the ->meta_write_pointer is an address in the logical
space. So, we should compare the alloc_offset shifted with the
block_group->start.

Fixes: bdebb195b80b ("btrfs: zoned: implement active zone tracking")
CC: stable@vger.kernel.org # 5.16+
Signed-off-by: Naohiro Aota <naohiro.aota@wdc.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/zoned.c