[ros-dev] [ros-diffs] [sginsberg] 35565: - In IoAcquire/ReleaseCancelSpinLock, use the queued "IopCancelSpinLock" instead of a ros-specific "CancelSpinLock" standard spinlock - Misc fixes

Timo Kreuzer timo.kreuzer at web.de
Sun Aug 24 01:25:42 CEST 2008


Why this?
>> ======================================================================
>> --- trunk/reactos/ntoskrnl/io/iomgr/iofunc.c [iso-8859-1] (original)
>> +++ trunk/reactos/ntoskrnl/io/iomgr/iofunc.c [iso-8859-1] Sat Aug 23  
>> 11:30:14 2008
>> @@ -682,7 +682,7 @@
>>     StackPtr->FileObject = FileObject;
>>
>>     /* Call the Driver */
>> -    return IofCallDriver(DeviceObject, Irp);
>> +    return IoCallDriver(DeviceObject, Irp);
>> }
>>
>> /*
>> @@ -732,7 +732,7 @@
>>     StackPtr->FileObject = FileObject;
>>
>>     /* Call the Driver */
>> -    return IofCallDriver(DeviceObject, Irp);
>> +    return IoCallDriver(DeviceObject, Irp);
>> }
>>
>>     




More information about the Ros-dev mailing list