mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 19:26:05 +00:00
[FASTFAT]
Addendum to r72124 svn path=/trunk/; revision=72125
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user