Re: [f2fs-dev] [PATCH v3 7/7] f2fs: Reuse generic_ci_match for ci comparisons

2022-05-09 Thread kernel test robot
Hi Gabriel, I love your patch! Perhaps something to improve: [auto build test WARNING on tytso-ext4/dev] [also build test WARNING on jaegeuk-f2fs/dev-test linus/master v5.18-rc6 next-20220509] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we s

[f2fs-dev] [PATCH v3 7/7] f2fs: Reuse generic_ci_match for ci comparisons

2022-04-29 Thread Gabriel Krisman Bertazi
Now that ci_match is part of libfs, make f2fs reuse it instead of having a different implementation. Signed-off-by: Gabriel Krisman Bertazi --- fs/f2fs/dir.c | 58 --- 1 file changed, 4 insertions(+), 54 deletions(-) diff --git a/fs/f2fs/dir.c b/f