mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
[NTOSKRNL] Be noisy when deferring writes.
This commit is contained in:
parent
82b2aef091
commit
0075c2a02d
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue