mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-23 08:53:01 -05:00
sys: IRP_MJ_WRITE
This commit is contained in:
parent
e040c4d3cf
commit
f29f415d0c
@ -71,7 +71,7 @@ static NTSTATUS FspFsvolWrite(
|
||||
goto exit;
|
||||
}
|
||||
|
||||
if (!FlagOn(Irp->Flags, IRP_NOCACHE))
|
||||
if (!FlagOn(Irp->Flags, IRP_PAGING_IO | IRP_NOCACHE))
|
||||
Result = FspFsvolWriteCached(FsvolDeviceObject, Irp, IrpSp, IoIsOperationSynchronous(Irp));
|
||||
else
|
||||
Result = FspFsvolWriteNonCached(FsvolDeviceObject, Irp, IrpSp);
|
||||
|
Loading…
x
Reference in New Issue
Block a user