Re: [f2fs-dev] [PATCH v14 7/9] f2fs: Log error when lookup of encoded dentry fails

2024-03-22 Thread Gabriel Krisman Bertazi
Eugen Hristev writes: > If the volume is in strict mode, generi c_ci_compare can report a broken > encoding name. This will not trigger on a bad lookup, which is caught > earlier, only if the actual disk name is bad. > > Suggested-by: Gabriel Krisman Bertazi > Signed-off-by: Eugen Hristev >

[f2fs-dev] [PATCH v14 7/9] f2fs: Log error when lookup of encoded dentry fails

2024-03-20 Thread Eugen Hristev via Linux-f2fs-devel
If the volume is in strict mode, generi c_ci_compare can report a broken encoding name. This will not trigger on a bad lookup, which is caught earlier, only if the actual disk name is bad. Suggested-by: Gabriel Krisman Bertazi Signed-off-by: Eugen Hristev --- fs/f2fs/dir.c | 21