commit | 9a4564e5ba1ce8c20060453b61527a86db503db3 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Thu Nov 19 07:44:08 2020 +0100 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Thu Dec 10 09:15:00 2020 +0100 |
tree | ed3cdbe60acdb23d583193fca8901ba04c060219 | |
parent | f60011906474f2a2e72c85a4b8a501992405a37f [diff] |
fs: fat: first dentry of long name in FAT iterator A long name is split over multiple directory entries. When deleting a file with a long name we need the first directory entry to be able to delete the whole chain. Add the necessary fields to the FAT iterator: * cluster of first directory entry * address of first directory entry * remaining entries in cluster Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>