mirror of
https://github.com/winfsp/winfsp.git
synced 2025-12-27 06:19:48 -06: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