https://git.reactos.org/?p=reactos.git;a=commitdiff;h=0075c2a02d85c2dec953f…
commit 0075c2a02d85c2dec953f772301474649fa0c7bc
Author: Pierre Schweitzer <pierre(a)reactos.org>
AuthorDate: Sun Jul 15 09:57:16 2018 +0200
Commit: Pierre Schweitzer <pierre(a)reactos.org>
CommitDate: Sun Jul 15 09:57:16 2018 +0200
[NTOSKRNL] Be noisy when deferring writes.
---
ntoskrnl/cc/copy.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/ntoskrnl/cc/copy.c b/ntoskrnl/cc/copy.c
index a70e0ab766..a46ed96640 100644
--- a/ntoskrnl/cc/copy.c
+++ b/ntoskrnl/cc/copy.c
@@ -779,6 +779,7 @@ CcCanIWrite (
&CcDeferredWriteSpinLock);
}
+ DPRINT1("Actively deferring write for: %p\n", FileObject);
/* Now, we'll loop until our event is set. When it is set, it means that caller
* can immediately write, and has to
*/