Re: [PATCH v8 03/13] exfat: add inode operations

From: Namjae Jeon
Date: Tue Dec 31 2019 - 08:54:06 EST


>> + /* strip all trailing spaces */
>> + /* DO NOTHING : Is needed? */
>
> Hello, this comment looks like a TODO item which should be fixed.
Will fix.
>
>> +
>> + /* strip all trailing periods */
>> + namelen = __exfat_striptail_len(strlen(path), path);
>> + if (!namelen)
>> + return -ENOENT;
>> +
>> + /* the limitation of linux? */
>
> And this one too.
This too!

Thanks.