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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



>> +	/* 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.



[Index of Archives]     [Linux Ext4 Filesystem]     [Union Filesystem]     [Filesystem Testing]     [Ceph Users]     [Ecryptfs]     [AutoFS]     [Kernel Newbies]     [Share Photos]     [Security]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux Cachefs]     [Reiser Filesystem]     [Linux RAID]     [Samba]     [Device Mapper]     [CEPH Development]

  Powered by Linux