[FASTFAT]

Addendum to r72124

svn path=/trunk/; revision=72125
This commit is contained in:
Pierre Schweitzer 2016-08-06 08:32:17 +00:00
parent ccacd0b3f1
commit bf24a57417

View file

@ -386,9 +386,15 @@ typedef struct _VFATFCB
/* List of FCB's for this volume */
LIST_ENTRY FcbListEntry;
/* List of FCB's for the parent */
LIST_ENTRY ParentListEntry;
/* pointer to the parent fcb */
struct _VFATFCB *parentFcb;
/* List for the children */
LIST_ENTRY ParentListHead;
/* Flags for the fcb */
ULONG Flags;