commit | b88dff2035bf5c23792e7377a32d6956a4f5332f | [log] [tgz] |
---|---|---|
author | AKASHI Takahiro <takahiro.akashi@linaro.org> | Tue Sep 11 15:59:00 2018 +0900 |
committer | Alexander Graf <agraf@suse.de> | Sun Sep 23 21:55:29 2018 +0200 |
tree | 481bd6a2be3923ae679bbc47a35dd2ecf81959e6 | |
parent | f0a47816daf9c3ac5dccc6025d93fe4da4d29f69 [diff] |
fs: fat: assure iterator's ->dent belongs to ->clust In my attempt to re-work write operation, it was revealed that iterator's "clust" does not always point to a cluster to which a current directory entry ("dent") belongs. This patch assures that it is always true by adding "next_clust" which is used solely for dereferencing a cluster chain. Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org> Signed-off-by: Alexander Graf <agraf@suse.de>