Re: [PATCH v16 9/9] f2fs: Move CONFIG_UNICODE defguards into the code flow
From: Eric Biggers
Date: Thu May 09 2024 - 21:26:11 EST
On Fri, Apr 05, 2024 at 03:13:32PM +0300, Eugen Hristev wrote:
> From: Gabriel Krisman Bertazi <krisman@xxxxxxxxxxxxx>
>
> Instead of a bunch of ifdefs, make the unicode built checks part of the
> code flow where possible, as requested by Torvalds.
>
> Signed-off-by: Gabriel Krisman Bertazi <krisman@xxxxxxxxxxxxx>
> [eugen.hristev@xxxxxxxxxxxxx: port to 6.8-rc3]
> Signed-off-by: Eugen Hristev <eugen.hristev@xxxxxxxxxxxxx>
> ---
> fs/f2fs/namei.c | 10 ++++------
> fs/f2fs/super.c | 8 ++++----
> 2 files changed, 8 insertions(+), 10 deletions(-)
Reviewed-by: Eric Biggers <ebiggers@xxxxxxxxxx>
- Eric