[ros-diffs] [weiden] 20932: don't release the pipe list lock twice
in case of a canceled read operation
weiden at svn.reactos.org
weiden at svn.reactos.org
Tue Jan 17 04:29:02 CET 2006
don't release the pipe list lock twice in case of a canceled read
operation
Modified: trunk/reactos/drivers/fs/np/rw.c
_____
Modified: trunk/reactos/drivers/fs/np/rw.c
--- trunk/reactos/drivers/fs/np/rw.c 2006-01-17 03:25:55 UTC (rev
20931)
+++ trunk/reactos/drivers/fs/np/rw.c 2006-01-17 03:28:33 UTC (rev
20932)
@@ -182,7 +182,6 @@
ThreadContext->Count++;
ThreadContext->DeviceExt->EmptyWaiterCount--;
}
-
KeUnlockMutex(&ThreadContext->DeviceExt->PipeListLock);
break;
default:
KEBUGCHECK(0);
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20060117/6475321c/attachment.html
More information about the Ros-diffs
mailing list