mirror of
https://github.com/reactos/reactos.git
synced 2026-06-05 11:12:56 +08:00
[NTOSKRNL] ExfReleaseRundownProtectionCacheAware*() functions don't return anything
This commit is contained in:
@@ -413,7 +413,7 @@ ExfReleaseRundownProtectionCacheAware(IN PEX_RUNDOWN_REF_CACHE_AWARE RunRefCache
|
||||
PEX_RUNDOWN_REF RunRef;
|
||||
|
||||
RunRef = ExGetRunRefForGivenProcessor(RunRefCacheAware, KeGetCurrentProcessorNumber());
|
||||
return _ExReleaseRundownProtection(RunRef);
|
||||
_ExReleaseRundownProtection(RunRef);
|
||||
}
|
||||
|
||||
/*
|
||||
@@ -427,7 +427,7 @@ ExfReleaseRundownProtectionCacheAwareEx(IN PEX_RUNDOWN_REF_CACHE_AWARE RunRefCac
|
||||
PEX_RUNDOWN_REF RunRef;
|
||||
|
||||
RunRef = ExGetRunRefForGivenProcessor(RunRefCacheAware, KeGetCurrentProcessorNumber());
|
||||
return ExfReleaseRundownProtectionEx(RunRef, Count);
|
||||
ExfReleaseRundownProtectionEx(RunRef, Count);
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user