mirror of
https://github.com/winfsp/winfsp.git
synced 2025-12-25 05:22:45 -06:00
sys: IRP_MJ_CREATE refactoring
This commit is contained in:
@@ -513,8 +513,8 @@ typedef struct
|
||||
FSP_FILE_CONTEXT_NONPAGED *NonPaged;
|
||||
/* interlocked access */
|
||||
LONG RefCount;
|
||||
LONG OpenCount;
|
||||
/* locked access */
|
||||
LONG OpenCount;
|
||||
SHARE_ACCESS ShareAccess;
|
||||
/* read-only after creation (and insertion in the GenericTable) */
|
||||
PDEVICE_OBJECT FsvolDeviceObject;
|
||||
|
||||
Reference in New Issue
Block a user