commit | 51d5b2a5ff17e7d3358876cea10aa9f261f7858d | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sun Nov 22 16:04:47 2020 +0100 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Thu Dec 10 09:14:59 2020 +0100 |
tree | a3c8f7edd972ff4f9c18e18b3b4ea889d2aca74d | |
parent | 3b9d843a216083c97ec48ae6ba2b928abd8eaf56 [diff] |
fs: fat: set start cluster for root directory When iterating over a child directory we set itr->start_clust. Do the same when over the root directory. When looking for deleted directory entries or existing short names we will have to iterate over directories a second and third time. With this patch we do not need any special logic for the root directory. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>