RE: [PATCH] exfat: eliminate dead code in exfat_find()

2020-09-03 Thread Namjae Jeon
> > The exfat_find_dir_entry() called by exfat_find() doesn't return -EEXIST. > > Therefore, the root-dir information setting is never executed. > > > > Signed-off-by: Tetsuhiro Kohada > > Acked-by: Sungjong Seo Applied. Thanks for your work!

RE: [PATCH] exfat: eliminate dead code in exfat_find()

2020-09-03 Thread Sungjong Seo
> The exfat_find_dir_entry() called by exfat_find() doesn't return -EEXIST. > Therefore, the root-dir information setting is never executed. > > Signed-off-by: Tetsuhiro Kohada Acked-by: Sungjong Seo > --- > fs/exfat/dir.c | 1 - > fs/exfat/namei.c | 120 +++---