Page MenuHomeFreeBSD

vm_page: cleanup
ClosedPublic

Authored by dougm on May 9 2025, 3:29 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Nov 19, 4:05 AM
Unknown Object (File)
Tue, Nov 18, 11:53 PM
Unknown Object (File)
Sun, Nov 16, 12:30 AM
Unknown Object (File)
Mon, Nov 10, 6:21 AM
Unknown Object (File)
Sun, Nov 2, 12:57 AM
Unknown Object (File)
Oct 24 2025, 1:47 PM
Unknown Object (File)
Oct 24 2025, 11:07 AM
Unknown Object (File)
Oct 22 2025, 1:10 AM
Subscribers

Diff Detail

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

Event Timeline

dougm requested review of this revision.May 9 2025, 3:29 AM
dougm created this revision.
sys/vm/vm_page.c
2360

Every other block of conditionally compiled code guarded by VM_NRESERVLEVEL > 0 uses a preprocessor check, so I'd rather keep things consistent here even though it's equivalent.

2369
dougm marked 2 inline comments as done.
kib added inline comments.
sys/vm/vm_page.c
2145
This revision is now accepted and ready to land.May 13 2025, 12:51 AM
This revision was automatically updated to reflect the committed changes.
dougm marked an inline comment as done.