Page MenuHomeFreeBSD

vm_page: cleanup
ClosedPublic

Authored by dougm on May 9 2025, 3:29 AM.
Tags
None
Referenced Files
F151178510: D50263.id155547.diff
Mon, Apr 6, 3:17 PM
F151171929: D50263.id155169.diff
Mon, Apr 6, 2:10 PM
Unknown Object (File)
Sun, Apr 5, 4:48 PM
Unknown Object (File)
Sat, Apr 4, 2:12 PM
Unknown Object (File)
Sun, Mar 29, 12:49 AM
Unknown Object (File)
Tue, Mar 24, 12:26 PM
Unknown Object (File)
Mar 7 2026, 1:53 PM
Unknown Object (File)
Feb 21 2026, 3:14 PM
Subscribers

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

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

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.

2360
dougm marked 2 inline comments as done.
kib added inline comments.
sys/vm/vm_page.c
2143
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.