On Wed, May 18, 2022 at 09:40:39PM -0400, Gabriel Krisman Bertazi wrote: > diff --git a/fs/libfs.c b/fs/libfs.c > index 974125270a42..c8f40ee35743 100644 > --- a/fs/libfs.c > +++ b/fs/libfs.c > @@ -1465,6 +1465,74 @@ static const struct dentry_operations generic_ci_dentry_ops = { > .d_hash = generic_ci_d_hash, > .d_compare = generic_ci_d_compare, > }; > + > +/** > + * generic_ci_match() - Match a name (case-insensitively) name with a dirent. The word "name" is duplicated above. Otherwise this looks good: Reviewed-by: Eric Biggers <ebiggers@xxxxxxxxxx> - Eric