mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 01:24:38 +00:00
Removed update of FileOffset from IoReadWriteCompletion().
svn path=/trunk/; revision=2280
This commit is contained in:
parent
535721b797
commit
937606fd25
1 changed files with 0 additions and 6 deletions
|
@ -151,12 +151,6 @@ VOID IoReadWriteCompletion(PDEVICE_OBJECT DeviceObject,
|
|||
MmUnlockPages(Irp->MdlAddress);
|
||||
ExFreePool(Irp->MdlAddress);
|
||||
}
|
||||
if (FileObject != NULL)
|
||||
{
|
||||
FileObject->CurrentByteOffset.u.LowPart =
|
||||
FileObject->CurrentByteOffset.u.LowPart +
|
||||
Irp->IoStatus.Information;
|
||||
}
|
||||
}
|
||||
|
||||
VOID IoVolumeInformationCompletion(PDEVICE_OBJECT DeviceObject,
|
||||
|
|
Loading…
Reference in a new issue