https://git.reactos.org/?p=reactos.git;a=commitdiff;h=3dabca398f547304724f9…
commit 3dabca398f547304724f9388fec19a0184444482
Author: Pierre Schweitzer <pierre(a)reactos.org>
AuthorDate: Mon Sep 3 08:12:58 2018 +0200
Commit: Pierre Schweitzer <pierre(a)reactos.org>
CommitDate: Wed Sep 5 22:06:29 2018 +0200
[NTOSKRNL] Don't raise a status when parameters are invalid on file mapping
---
ntoskrnl/cc/pin.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/ntoskrnl/cc/pin.c b/ntoskrnl/cc/pin.c
index 07044e23e7..d96c64bc2f 100644
--- a/ntoskrnl/cc/pin.c
+++ b/ntoskrnl/cc/pin.c
@@ -83,7 +83,6 @@ CcMapData (
{
CCTRACE(CC_API_DEBUG, "FileObject=%p FileOffset=%p Length=%lu Flags=0x%lx
-> FALSE\n",
FileObject, FileOffset, Length, Flags);
- ExRaiseStatus(STATUS_INVALID_PARAMETER);
return FALSE;
}