Page MenuHomeFreeBSD

vm_page: cleanup
ClosedPublic

Authored by dougm on May 9 2025, 3:29 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Oct 13, 6:17 AM
Unknown Object (File)
Sun, Oct 12, 2:12 PM
Unknown Object (File)
Sat, Oct 4, 7:09 AM
Unknown Object (File)
Sep 13 2025, 12:13 AM
Unknown Object (File)
Sep 9 2025, 2:20 PM
Unknown Object (File)
Sep 9 2025, 10:37 AM
Unknown Object (File)
Sep 8 2025, 5:26 PM
Unknown Object (File)
Sep 6 2025, 5:44 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
2337

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.

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