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

From: Sungjong Seo
Date: Thu Sep 03 2020 - 11:22:18 EST


> 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 <kohada.t2@xxxxxxxxx>

Acked-by: Sungjong Seo <sj1557.seo@xxxxxxxxxxx>

> ---
> fs/exfat/dir.c | 1 -
> fs/exfat/namei.c | 120 +++++++++++++++++++----------------------------
> 2 files changed, 47 insertions(+), 74 deletions(-)