sys: FspAcquireCcFlush: improve/fix top level IRP handling

This commit is contained in:
Bill Zissimopoulos
2016-03-12 19:03:06 -08:00
parent 9fc1123cdb
commit 03522c5296
4 changed files with 47 additions and 10 deletions

View File

@ -793,7 +793,11 @@ typedef struct
UINT64 Security;
ULONG SecurityChangeNumber;
BOOLEAN TruncateOnClose;
PVOID LazyWriteThread;
union
{
PVOID LazyWriteThread;
UINT32 TopFlags;
} Tls;
/* read-only after creation (and insertion in the ContextTable) */
PDEVICE_OBJECT FsvolDeviceObject;
UINT64 UserContext;