mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 05:42:59 +00:00
[NTOSKRNL]
When we're really not able to init cache for creating a file section, return the appropriate status code svn path=/trunk/; revision=73327
This commit is contained in:
parent
49691778cd
commit
d36b97a1dc
1 changed files with 1 additions and 1 deletions
|
@ -3039,7 +3039,7 @@ MmCreateDataFileSection(PROS_SECTION_OBJECT *SectionObject,
|
||||||
/* FIXME: handle this situation */
|
/* FIXME: handle this situation */
|
||||||
ObDereferenceObject(Section);
|
ObDereferenceObject(Section);
|
||||||
ObDereferenceObject(FileObject);
|
ObDereferenceObject(FileObject);
|
||||||
return STATUS_INVALID_PARAMETER;
|
return STATUS_INVALID_FILE_FOR_SECTION;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue