mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-23 00:43:00 -05:00
sys: IRP_MJ_CREATE
This commit is contained in:
parent
b21566da04
commit
379f031290
@ -309,7 +309,7 @@ NTSTATUS FspFsvolCreatePrepare(
|
|||||||
PDEVICE_OBJECT FsvrtDeviceObject = FsvolDeviceExtension->FsvrtDeviceObject;
|
PDEVICE_OBJECT FsvrtDeviceObject = FsvolDeviceExtension->FsvrtDeviceObject;
|
||||||
FSP_FSVRT_DEVICE_EXTENSION *FsvrtDeviceExtension = FspFsvrtDeviceExtension(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)
|
if (!FsvrtDeviceExtension->VolumeParams.NoSystemAccessCheck)
|
||||||
{
|
{
|
||||||
ASSERT(0 == Request->Req.Create.AccessToken);
|
ASSERT(0 == Request->Req.Create.AccessToken);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user