On Thu, Dec 10, 2020 at 04:03:45PM +0100, Arnaud Ferraris wrote: > From: Gabriel Krisman Bertazi <krisman@xxxxxxxxxxxxx> > > Instead of calling casefold two times and memcmp the result, which > require allocating a temporary buffer for the casefolded version, add a > strcasecmp-like method to perform the comparison of each code-point > during the casefold itself. > > This method is exposed because it needs to be used directly by fsck. > > Signed-off-by: Gabriel Krisman Bertazi <krisman@xxxxxxxxxxxxx> > Signed-off-by: Arnaud Ferraris <arnaud.ferraris@xxxxxxxxxxxxx> Thanks, applied. - Ted