Page MenuHomeFreeBSD

vm_object: Modify various drivers to allocate OBJT_SWAP objects
ClosedPublic

Authored by markj on Jul 11 2022, 11:16 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sep 28 2024, 5:00 PM
Unknown Object (File)
Sep 28 2024, 5:00 PM
Unknown Object (File)
Sep 28 2024, 5:00 PM
Unknown Object (File)
Sep 23 2024, 4:16 AM
Unknown Object (File)
Sep 22 2024, 11:24 PM
Unknown Object (File)
Sep 22 2024, 3:25 PM
Unknown Object (File)
Sep 22 2024, 2:19 PM
Unknown Object (File)
Sep 22 2024, 4:33 AM

Details

Summary

This is in preparation for removal of OBJT_DEFAULT. In particular, it
is cheap to check whether an OBJT_SWAP object has any swap blocks
allocated, so the benefit of having a separate OBJT_DEFAULT type is
quite marginal, and the OBJT_DEFAULT->SWAP transition is a source of
bugs.

Diff Detail

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