commit | eae503f7eb0509594076a951e422e29082385c96 | [log] [tgz] |
---|---|---|
author | Tetsuhiro Kohada <kohada.t2@gmail.com> | Fri Sep 11 13:45:06 2020 +0900 |
committer | Namjae Jeon <namjae.jeon@samsung.com> | Thu Oct 22 08:29:12 2020 +0900 |
tree | 24be5516603b13088b4c242f2b166257b69114aa | |
parent | 04cee52fb8bdbdb0506460f191ed6fd9e6faf00b [diff] |
exfat: remove useless check in exfat_move_file() In exfat_move_file(), the identity of source and target directory has been checked by the caller. Also, it gets stream.start_clu from file dir-entry, which is an invalid determination. 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>