On Wed, May 18, 2022 at 01:23:20PM -0400, Gabriel Krisman Bertazi wrote: > 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> > > --- > Changes since v4: > - Drop stub removal for !CONFIG_UNICODE case (eric) > --- > fs/f2fs/namei.c | 11 +++++------ > fs/f2fs/super.c | 8 ++++---- > 2 files changed, 9 insertions(+), 10 deletions(-) Reviewed-by: Eric Biggers <ebiggers@xxxxxxxxxx> - Eric