On 5/31/24 07:48, Eric Biggers wrote:
> On Wed, May 29, 2024 at 11:26:30AM +0300, Eugen Hristev via Linux-f2fs-devel 
> wrote:
>> +    /*
>> +     * Attempt a case-sensitive match first. It is cheaper and
>> +     * should cover most lookups, including all the sane
>> +     * applications that expect a case-sensitive filesystem.
>> +     */
>> +
>> +    if (dirent.len == (folded_name->name ? folded_name->len : name->len) &&
>> +        !memcmp(name->name, dirent.name, dirent.len))
>> +            goto out;
> 
> Shouldn't it be just 'name->len' instead of
> '(folded_name->name ? folded_name->len : name->len)'?

Okay, I will change it. I am also waiting for other reviews to prepare the next
version.

Thanks for looking at this.

Eugen
> 
> - Eric
> _______________________________________________
> Kernel mailing list -- ker...@mailman.collabora.com
> To unsubscribe send an email to kernel-le...@mailman.collabora.com
> This list is managed by https://mailman.collabora.com



_______________________________________________
Linux-f2fs-devel mailing list
Linux-f2fs-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel

Reply via email to