Re: [f2fs-dev] [PATCH v13 3/9] libfs: Introduce case-insensitive string comparison helper

2024-03-13 Thread Gabriel Krisman Bertazi
Eugen Hristev writes: > From: Gabriel Krisman Bertazi > > generic_ci_match can be used by case-insensitive filesystems to compare > strings under lookup with dirents in a case-insensitive way. This > function is currently reimplemented by each filesystem supporting > casefolding, so this

[f2fs-dev] [PATCH v13 3/9] libfs: Introduce case-insensitive string comparison helper

2024-03-05 Thread Eugen Hristev via Linux-f2fs-devel
From: Gabriel Krisman Bertazi generic_ci_match can be used by case-insensitive filesystems to compare strings under lookup with dirents in a case-insensitive way. This function is currently reimplemented by each filesystem supporting casefolding, so this reduces code duplication in