Re: [PATCH] btrfs-progs: remove max_zone_append_size logic
From: David Sterba <hidden>
Date: 2021-09-23 19:19:43
From: David Sterba <hidden>
Date: 2021-09-23 19:19:43
On Thu, Sep 23, 2021 at 09:42:21PM +0900, Johannes Thumshirn wrote:
max_zone_append_size is unused and can as well be removed just like we did on the kernel side. Keep one sanity check though, so we're not adding devices to a zoned FS that aren't supporting zone append. Signed-off-by: Johannes Thumshirn <redacted>
Added to devel, thanks.