Page MenuHomeFreeBSD

vm_fault.c: rename vm_fault_quick_hold_pages_e() to vm_fault_hold_pages_e()
ClosedPublic

Authored by kib on Aug 28 2025, 5:35 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Oct 10, 4:00 PM
Unknown Object (File)
Fri, Oct 10, 4:00 PM
Unknown Object (File)
Fri, Oct 10, 9:58 AM
Unknown Object (File)
Thu, Oct 9, 9:12 AM
Unknown Object (File)
Wed, Oct 8, 9:24 PM
Unknown Object (File)
Sun, Oct 5, 11:49 AM
Unknown Object (File)
Fri, Oct 3, 10:09 AM
Unknown Object (File)
Thu, Oct 2, 2:24 AM
Subscribers
None

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

kib requested review of this revision.Aug 28 2025, 5:35 PM
kib created this revision.
alc added inline comments.
sys/vm/vm_extern.h
96

Please move this up one place; in other words, put it before vm_fault_quick_hold_pages so that we don't worsen the sorting.

This revision is now accepted and ready to land.Aug 28 2025, 5:56 PM