commit | f0a47816daf9c3ac5dccc6025d93fe4da4d29f69 | [log] [tgz] |
---|---|---|
author | AKASHI Takahiro <takahiro.akashi@linaro.org> | Tue Sep 11 15:58:59 2018 +0900 |
committer | Alexander Graf <agraf@suse.de> | Sun Sep 23 21:55:29 2018 +0200 |
tree | 30d3e8bd33cc34ce7c20785a26ac513147dba36f | |
parent | 0d89842410961c7387ef2fa2225cc177eeb42045 [diff] |
fs: fat: handle "." and ".." of root dir correctly with fat_itr_resolve() FAT's root directory does not have "." nor ".." So care must be taken when scanning root directory with fat_itr_resolve(). Without this patch, any file path starting with "." or ".." will not be resolved at all. Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org> Signed-off-by: Alexander Graf <agraf@suse.de>