mirror of
https://github.com/winfsp/winfsp.git
synced 2025-07-03 09:22:57 -05:00
sys: FspAcquireCcFlush: improve/fix top level IRP handling
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user