sys: IRP_MJ_CREATE

This commit is contained in:
Bill Zissimopoulos 2015-12-04 14:16:05 -08:00
parent b21566da04
commit 379f031290

View File

@ -309,7 +309,7 @@ NTSTATUS FspFsvolCreatePrepare(
PDEVICE_OBJECT FsvrtDeviceObject = FsvolDeviceExtension->FsvrtDeviceObject;
FSP_FSVRT_DEVICE_EXTENSION *FsvrtDeviceExtension = FspFsvrtDeviceExtension(FsvrtDeviceObject);
/* if we are doing access checks, nothing to do */
/* if the user-mode file system is not doing access checks, there is nothing else to do */
if (!FsvrtDeviceExtension->VolumeParams.NoSystemAccessCheck)
{
ASSERT(0 == Request->Req.Create.AccessToken);