mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
- Silence MmCanFileBeTruncated warning about not checking for outstanding write probes.
svn path=/trunk/; revision=40518
This commit is contained in:
parent
9e45cb2d7e
commit
e8ecddc002
1 changed files with 1 additions and 1 deletions
|
@ -4754,7 +4754,7 @@ MmCanFileBeTruncated (IN PSECTION_OBJECT_POINTERS SectionObjectPointer,
|
|||
}
|
||||
}
|
||||
|
||||
DPRINT1("FIXME: didn't check for outstanding write probes\n");
|
||||
DPRINT("FIXME: didn't check for outstanding write probes\n");
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue