Home
last modified time | relevance | path

Searched hist:b6a98021e4019c562a23ad151a7e40adfa9f91e5 (Results 1 – 1 of 1) sorted by relevance

/linux/fs/btrfs/
H A Dblock-group.cdiff b6a98021e4019c562a23ad151a7e40adfa9f91e5 Sat Jul 09 01:18:48 CEST 2022 Naohiro Aota <naohiro.aota@wdc.com> btrfs: zoned: activate necessary block group

There are two places where allocating a chunk is not enough. These two
places are trying to ensure the space by allocating a chunk. To meet the
condition for active_total_bytes, we also need to activate a block group
there.

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