Author: pschweitzer
Date: Sat Aug  6 08:32:17 2016
New Revision: 72125

URL: http://svn.reactos.org/svn/reactos?rev=72125&view=rev
Log:
[FASTFAT]
Addendum to r72124

Modified:
    trunk/reactos/drivers/filesystems/fastfat/vfat.h

Modified: trunk/reactos/drivers/filesystems/fastfat/vfat.h
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/filesystems/fastfat/vfat.h?rev=72125&r1=72124&r2=72125&view=diff
==============================================================================
--- trunk/reactos/drivers/filesystems/fastfat/vfat.h    [iso-8859-1] (original)
+++ trunk/reactos/drivers/filesystems/fastfat/vfat.h    [iso-8859-1] Sat Aug  6 
08:32:17 2016
@@ -386,8 +386,14 @@
     /* 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;


Reply via email to