sys: IRP_MJ_CREATE refactoring

This commit is contained in:
Bill Zissimopoulos
2016-01-12 13:50:41 -08:00
parent 26e2bf506b
commit cd28edf6a9
2 changed files with 11 additions and 12 deletions

View File

@ -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;