mirror of
https://github.com/reactos/reactos.git
synced 2026-06-02 17:31:23 +08:00
[NTOSKRNL] Be noisy when deferring writes.
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user