On Fri, Apr 05, 2024 at 03:13:25PM +0300, Eugen Hristev wrote: > From: Gabriel Krisman Bertazi <[email protected]> > > Keeping it as qstr avoids the unnecessary conversion in f2fs_match > > Signed-off-by: Gabriel Krisman Bertazi <[email protected]> > [[email protected]: port to 6.8-rc3 and minor changes] > Signed-off-by: Eugen Hristev <[email protected]> > --- > fs/f2fs/dir.c | 53 ++++++++++++++++++++++++++-------------------- > fs/f2fs/f2fs.h | 16 +++++++++++++- > fs/f2fs/recovery.c | 9 +------- > 3 files changed, 46 insertions(+), 32 deletions(-)
Reviewed-by: Eric Biggers <[email protected]> (But please change "cached insensitive" to "case-insensitive") - Eric _______________________________________________ Linux-f2fs-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel
