[LIBS] Use KeClearEvent instead of KeResetEvent where the previous state is not needed.

This commit is contained in:
Thomas Faber 2017-12-30 11:46:57 +01:00
parent 2cb0c129a6
commit 008e035b7e
No known key found for this signature in database
GPG key ID: 076E7C3D44720826
3 changed files with 4 additions and 4 deletions

View file

@ -4451,7 +4451,7 @@ RxCommonWrite(
1,
&RxStrucSupSpinLock) == 0)
{
KeResetEvent(Fcb->NonPaged->OutstandingAsyncEvent);
KeClearEvent(Fcb->NonPaged->OutstandingAsyncEvent);
}
UnwindOutstandingAsync = TRUE;