2024-05-10 01:23:14

by Eric Biggers

[permalink] [raw]
Subject: Re: [PATCH v16 1/9] ext4: Simplify the handling of cached insensitive names

On Fri, Apr 05, 2024 at 03:13:24PM +0300, Eugen Hristev wrote:
> From: Gabriel Krisman Bertazi <[email protected]>
>
> Keeping it as qstr avoids the unnecessary conversion in ext4_match
>
> Signed-off-by: Gabriel Krisman Bertazi <[email protected]>
> [[email protected]: port to 6.8-rc3]
> Signed-off-by: Eugen Hristev <[email protected]>

Reviewed-by: Eric Biggers <[email protected]>

(But please change "cached insensitive" to "case-insensitive")

- Eric