HomeFreeBSD

vm: Remove handling for OBJT_DEFAULT objects

Description

vm: Remove handling for OBJT_DEFAULT objects

Now that OBJT_DEFAULT objects can't be instantiated, we can simplify
checks of the form object->type == OBJT_DEFAULT || (object->flags &
OBJ_SWAP) != 0. No functional change intended.

Reviewed by: alc, kib
Tested by: pho
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D35788

Details

Provenance
markjAuthored on Jul 16 2022, 3:29 PM
Reviewer
alc
Differential Revision
D35788: vm: Remove handling for OBJT_DEFAULT objects
Parents
rGfffc1c594a73: vm_object: Release object swap charge in the swap pager destructor
Branches
Unknown
Tags
Unknown