mirror of
https://github.com/winfsp/winfsp.git
synced 2026-03-16 13:20:33 -05:00
sys: read,write: IRP_MN_MDL improvements
This commit is contained in:
@@ -175,8 +175,6 @@ static NTSTATUS FspFsvolReadCached(
|
||||
}
|
||||
else
|
||||
{
|
||||
ASSERT(0 == Irp->MdlAddress);
|
||||
|
||||
Result = FspCcMdlRead(FileObject, &ReadOffset, ReadLength, &Irp->MdlAddress,
|
||||
&Irp->IoStatus);
|
||||
if (!NT_SUCCESS(Result))
|
||||
|
||||
Reference in New Issue
Block a user