Skip to content
Commit 89735b44 authored by Heinrich Schuchardt's avatar Heinrich Schuchardt
Browse files

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: default avatarHeinrich Schuchardt <xypron.glpk@gmx.de>
parent 4a593dd0
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment