Eric Biggers <ebiggers@xxxxxxxxxx> writes: > On Fri, Aug 11, 2023 at 08:41:41PM -0400, Gabriel Krisman Bertazi wrote: >> +void d_set_casefolded_name(struct dentry *dentry) >> +{ >> + spin_lock(&dentry->d_lock); >> + dentry->d_flags |= DCACHE_CASEFOLDED_NAME; >> + spin_unlock(&dentry->d_lock); >> +} >> +EXPORT_SYMBOL(d_set_casefold_lookup); > > s/d_set_casefold_lookup/d_set_casefolded_name/ My apologies for this error again. It sucks there is no compile-time warning for EXPORT_SYMBOL, but I should have caught it in the past two iterations. Will fix. -- Gabriel Krisman Bertazi