Re: [PATCH 05/21] btrfs: zoned: move compatible fs flags check to zoned code
From: Johannes Thumshirn <hidden>
Date: 2021-11-25 10:02:09
From: Johannes Thumshirn <hidden>
Date: 2021-11-25 10:02:09
On 24/11/2021 18:37, David Sterba wrote:
The intention of the function is "verify anything that's relevant", so checking the zoned condition here is IMHO appropriate and expected as there can be more such checks in the future. Although we don't have any yet moving the helper to zoned.c disconnects it from the ioctl.
OK, dropped the patch for v2.