]> git.baikalelectronics.ru Git - kernel.git/commit
btrfs: zoned: do not account freed region of read-only block group as zone_unusable
authorNaohiro Aota <naohiro.aota@wdc.com>
Wed, 3 Mar 2021 08:55:48 +0000 (17:55 +0900)
committerDavid Sterba <dsterba@suse.com>
Thu, 4 Mar 2021 15:16:58 +0000 (16:16 +0100)
commit67e8072f11ea25b845029757e19fa41ee265a579
tree6b067f50bdc3d6faacead81b56c416da7ef8ebb2
parent1f5df5d48a58a48cc3789868ea448c3983681a12
btrfs: zoned: do not account freed region of read-only block group as zone_unusable

We migrate zone unusable bytes to read-only bytes when a block group is
set to read-only, and account all the free region as bytes_readonly.
Thus, we should not increase block_group->zone_unusable when the block
group is read-only.

Fixes: f2399f44a57c ("btrfs: zoned: track unusable bytes for zones")
Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Signed-off-by: Naohiro Aota <naohiro.aota@wdc.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/free-space-cache.c