Re: [PATCH 2/2] exfat: unify name extraction

2020-08-25 Thread Tetsuhiro Kohada
+ exfat_free_dentry_set(es, false); + + if (!exfat_uniname_ncmp(sb, + p_uniname->name, + uni_name.name, +

RE: [PATCH 2/2] exfat: unify name extraction

2020-08-21 Thread Sungjong Seo
> Thanks for your reply. > > On 2020/08/09 2:19, Sungjong Seo wrote: > > [snip] > >> @@ -963,80 +942,38 @@ int exfat_find_dir_entry(struct super_block > >> *sb, struct exfat_inode_info *ei, > >>num_empty = 0; > >>candi_empty.eidx = EXFAT_HINT_NONE; > >> > >

Re: [PATCH 2/2] exfat: unify name extraction

2020-08-12 Thread Tetsuhiro Kohada
Thanks for your reply. On 2020/08/09 2:19, Sungjong Seo wrote: [snip] @@ -963,80 +942,38 @@ int exfat_find_dir_entry(struct super_block *sb, struct exfat_inode_info *ei, num_empty = 0; candi_empty.eidx = EXFAT_HINT_NONE; [snip] -

RE: [PATCH 2/2] exfat: unify name extraction

2020-08-08 Thread Sungjong Seo
> Name extraction in exfat_find_dir_entry() also doesn't care NameLength, so > the name may be incorrect. > Replace the name extraction in exfat_find_dir_entry() with using > exfat_entry_set_cache and exfat_get_uniname_from_name_entries(), > like exfat_readdir(). > Replace the name extraction with