Page MenuHomeFreeBSD

vm_page_grab_valid(): clear *mp in case of pager denying page allocation
ClosedPublic

Authored by kib on Dec 17 2022, 12:17 AM.
Tags
None
Referenced Files
F132937265: D37719.id.diff
Tue, Oct 21, 8:04 AM
Unknown Object (File)
Sat, Oct 18, 4:00 AM
Unknown Object (File)
Sat, Oct 11, 5:21 PM
Unknown Object (File)
Sat, Oct 11, 1:00 AM
Unknown Object (File)
Sat, Oct 11, 1:00 AM
Unknown Object (File)
Sat, Oct 11, 1:00 AM
Unknown Object (File)
Fri, Oct 10, 6:20 PM
Unknown Object (File)
Mon, Sep 22, 9:14 PM
Subscribers

Details

Summary

Same as it is done in other error return cases. Callers depend on error case returning NULL, e.g. vm_imgact_hold_page().

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable