mirror of
https://github.com/winfsp/winfsp.git
synced 2026-03-16 13:20:33 -05: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