commit | 3b9d843a216083c97ec48ae6ba2b928abd8eaf56 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sun Nov 22 19:24:46 2020 +0100 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Thu Dec 10 09:14:59 2020 +0100 |
tree | cd233a51ee5a0cae5c6d2669155514fc2f7086db | |
parent | 24977e5bdd90c44fdb9f3039cfc2e1bd2396883f [diff] |
fs: fat: dentry iterator for fill_dir_slot() For reusing deleted directory entries we have to adjust the function called to step to the next directory entry. This patch alone is not enough to actually reuse deleted directory entries as the fill_dir_slot() is still called with first never used directory entry. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>