commit | 188df41f212c9282f6cb05b832383ffca3c66893 | [log] [tgz] |
---|---|---|
author | Tetsuhiro Kohada <kohada.t2@gmail.com> | Wed Sep 02 16:53:06 2020 +0900 |
committer | Namjae Jeon <namjae.jeon@samsung.com> | Thu Oct 22 08:29:11 2020 +0900 |
tree | 88f70773fa7d76c24bf712a3ef023b1d33e44efb | |
parent | 45882a6a0dbd1189defae1a449152f8a8168c274 [diff] |
exfat: eliminate dead code in exfat_find() 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@gmail.com> Acked-by: Sungjong Seo <sj1557.seo@samsung.com> Signed-off-by: Namjae Jeon <namjae.jeon@samsung.com>