[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAKYAXd-VmWMDqATCh9+jpGRx_Arw9_nc19CgJ8bNmRwSZDvD5w@mail.gmail.com>
Date: Tue, 31 Dec 2019 22:53:59 +0900
From: Namjae Jeon <linkinjeon@...il.com>
To: Pali Rohár <pali.rohar@...il.com>
Cc: Namjae Jeon <namjae.jeon@...sung.com>,
linux-kernel@...r.kernel.org, linux-fsdevel@...r.kernel.org,
gregkh@...uxfoundation.org, valdis.kletnieks@...edu, hch@....de,
sj1557.seo@...sung.com
Subject: Re: [PATCH v8 03/13] exfat: add inode operations
>> + /* 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.
Powered by blists - more mailing lists