mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 05:55:42 +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);
|
&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
|
/* Now, we'll loop until our event is set. When it is set, it means that caller
|
||||||
* can immediately write, and has to
|
* can immediately write, and has to
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue