X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=ntoskrnl%2Fex%2Frundown.c;h=e413fa2c7d46f34e8dbf32a8865882eb53f423ba;hp=00e2c3b77246a00bf6d5a290cc836f107c810582;hb=4f1e9252f18c687d2933f5366af82dbc90c3c77d;hpb=7ed17cd71406eac9f37a231b6322a9d5060b6574 diff --git a/ntoskrnl/ex/rundown.c b/ntoskrnl/ex/rundown.c index 00e2c3b7724..e413fa2c7d4 100644 --- a/ntoskrnl/ex/rundown.c +++ b/ntoskrnl/ex/rundown.c @@ -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); } /*