mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 12:23:30 +00:00
Removed update of FileOffset from IoReadWriteCompletion().
svn path=/trunk/; revision=2280
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user