commit | 524d13ae6b6cef5b5bc92051764e0738e7286f05 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sun Nov 22 11:54:22 2020 +0100 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Thu Dec 10 09:14:59 2020 +0100 |
tree | 3671fd2cd9a064841562113bbd49172be433cf45 | |
parent | 5bc30a5158cb14e952a48f6ed36e7810f826018d [diff] |
fs: fat: reuse deleted directory entries When creating new directory entries try to reuse entries marked as deleted. In fill_dir_slot() do not allocate new clusters as this has already been done in fat_find_empty_dentries(). Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>