Page MenuHomeFreeBSD

vm_pager: Remove the default pager
ClosedPublic

Authored by markj on Jul 12 2022, 4:23 PM.
Tags
None
Referenced Files
F107234066: D35790.id108062.diff
Sat, Jan 11, 5:09 PM
Unknown Object (File)
Sun, Dec 29, 10:51 PM
Unknown Object (File)
Nov 29 2024, 1:14 AM
Unknown Object (File)
Nov 19 2024, 11:38 AM
Unknown Object (File)
Oct 22 2024, 3:57 AM
Unknown Object (File)
Oct 4 2024, 12:14 PM
Unknown Object (File)
Sep 27 2024, 7:54 PM
Unknown Object (File)
Sep 23 2024, 3:55 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.