Re: [PATCH v11 06/40] btrfs: do not load fs_info->zoned from incompat flag
From: Josef Bacik <josef@toxicpanda.com>
Date: 2021-01-11 20:09:25
Also in:
linux-fsdevel
From: Josef Bacik <josef@toxicpanda.com>
Date: 2021-01-11 20:09:25
Also in:
linux-fsdevel
On 12/21/20 10:48 PM, Naohiro Aota wrote:
From: Johannes Thumshirn <redacted> Since fs_info->zoned is unioned with fs_info->zone_size, loading fs_info->zoned from the incompat flag screw up the zone_size. So, let's avoid to load it from the flag. It will be eventually set by btrfs_get_dev_zone_info_all_devices(). Signed-off-by: Johannes Thumshirn <redacted>
May want to take another crack at that changelog, the grammar is way off. The code is fine tho Reviewed-by: Josef Bacik <josef@toxicpanda.com> Thanks, Josef