Re: oopsably broken case-insensitive support in ext4 and f2fs (Re: vfat: Broken case-insensitive support for UTF-8)

From: Linus Torvalds
Date: Fri Jan 24 2020 - 12:48:15 EST


On Thu, Jan 23, 2020 at 8:29 PM Eric Biggers <ebiggers@xxxxxxxxxx> wrote:
>
> Thanks Al. I sent out fixes for this:

How did that f2fs_d_compare() function ever work? It was doing the
memcmp on completely the wrong thing.

Linus