Author: ekohl
Date: Sun May 21 23:38:35 2006
New Revision: 21968
URL:
http://svn.reactos.ru/svn/reactos?rev=21968&view=rev
Log:
Add FSRTL_COMMON_FCB_HEADER to the beginning of the FCB.
Modified:
trunk/reactos/drivers/filesystems/ms/msfs.h
Modified: trunk/reactos/drivers/filesystems/ms/msfs.h
URL:
http://svn.reactos.ru/svn/reactos/trunk/reactos/drivers/filesystems/ms/msfs…
==============================================================================
--- trunk/reactos/drivers/filesystems/ms/msfs.h (original)
+++ trunk/reactos/drivers/filesystems/ms/msfs.h Sun May 21 23:38:35 2006
@@ -37,6 +37,7 @@
typedef struct _MSFS_FCB
{
+ FSRTL_COMMON_FCB_HEADER RFCB;
UNICODE_STRING Name;
LIST_ENTRY FcbListEntry;
KSPIN_LOCK CcbListLock;