mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
[NTOSKRNL]
Don't set the read paging IO on write. Fixes tests from r75845. svn path=/trunk/; revision=75846
This commit is contained in:
parent
891930d175
commit
e42a504524
1 changed files with 0 additions and 1 deletions
|
@ -176,7 +176,6 @@ CcWriteVirtualAddress (
|
|||
|
||||
if (NT_SUCCESS(Status))
|
||||
{
|
||||
Mdl->MdlFlags |= MDL_IO_PAGE_READ;
|
||||
KeInitializeEvent(&Event, NotificationEvent, FALSE);
|
||||
Status = IoSynchronousPageWrite(Vacb->SharedCacheMap->FileObject, Mdl, &Vacb->FileOffset, &Event, &IoStatus);
|
||||
if (Status == STATUS_PENDING)
|
||||
|
|
Loading…
Reference in a new issue