Re: [PATCH v2 1/2] f2fs: Show casefolding support only when supported

From: Eric Biggers
Date: Thu Jun 03 2021 - 14:20:43 EST


On Thu, Jun 03, 2021 at 09:50:37AM +0000, Daniel Rosenberg wrote:
> The casefolding feature is only supported when CONFIG_UNICODE is set.
> This modifies the feature list f2fs presents under sysfs accordingly.
>
> Fixes: 5aba54302a46 ("f2fs: include charset encoding information in the superblock")
> Cc: stable@xxxxxxxxxxxxxxx # v5.4+
> Signed-off-by: Daniel Rosenberg <drosen@xxxxxxxxxx>
> ---
> fs/f2fs/sysfs.c | 4 ++++
> 1 file changed, 4 insertions(+)

Reviewed-by: Eric Biggers <ebiggers@xxxxxxxxxx>