Page MenuHomeFreeBSD

vm_pager: Remove the default pager
ClosedPublic

Authored by markj on Jul 12 2022, 4:23 PM.
Tags
None
Referenced Files
F137440213: D35790.id108247.diff
Sun, Nov 23, 11:55 AM
Unknown Object (File)
Tue, Nov 18, 4:44 PM
Unknown Object (File)
Thu, Nov 6, 1:36 AM
Unknown Object (File)
Thu, Nov 6, 12:28 AM
Unknown Object (File)
Wed, Nov 5, 3:11 AM
Unknown Object (File)
Sun, Nov 2, 2:41 AM
Unknown Object (File)
Sun, Nov 2, 1:07 AM
Unknown Object (File)
Sat, Oct 25, 11:59 AM
Subscribers

Details

Summary

No functional change intended.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 46392
Build 43281: arc lint + arc unit

Event Timeline

markj requested review of this revision.Jul 12 2022, 4:23 PM
This revision is now accepted and ready to land.Jul 12 2022, 4:57 PM
kib added inline comments.
sys/vm/vm.h
93–94

I wonder if we want to keep the KBI there.

sys/vm/vm.h
93–94

Maybe replace OBJT_DEFAULT by OBJT_RESERVED?

markj marked 2 inline comments as done.
  • Add a placeholder object type to avoid renumbering the rest.
  • Redefine OBJT_DEFAULT as OBJT_SWAP. At least virtualbox creates OBJT_DEFAULT objects, but seems to require no other modification, so we can avoid breaking its build.
This revision now requires review to proceed.Jul 13 2022, 12:28 AM
This revision is now accepted and ready to land.Jul 13 2022, 6:14 AM

Modify vm_pager_init() to handle holes in the object type space.

This revision now requires review to proceed.Jul 13 2022, 3:37 PM
This revision is now accepted and ready to land.Jul 13 2022, 3:50 PM
This revision was automatically updated to reflect the committed changes.