mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
Waiting for a fast mutex should be done in kernel mode.
svn path=/trunk/; revision=19387
This commit is contained in:
@@ -765,7 +765,7 @@ KiAcquireFastMutex(IN PFAST_MUTEX FastMutex)
|
||||
/* Wait for the event */
|
||||
KeWaitForSingleObject(&FastMutex->Gate,
|
||||
WrMutex,
|
||||
WaitAny,
|
||||
KernelMode,
|
||||
FALSE,
|
||||
NULL);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user