Page MenuHomeFreeBSD

vm_page: cleanup
ClosedPublic

Authored by dougm on May 9 2025, 3:29 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Jun 6, 5:12 AM
Unknown Object (File)
Wed, Jun 4, 9:10 AM
Unknown Object (File)
Sat, May 31, 8:55 PM
Unknown Object (File)
Fri, May 30, 6:03 AM
Unknown Object (File)
Wed, May 28, 10:57 PM
Unknown Object (File)
Tue, May 27, 2:56 PM
Unknown Object (File)
Tue, May 27, 7:26 AM
Unknown Object (File)
Sun, May 25, 7:14 AM
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.Tue, May 13, 12:51 AM
This revision was automatically updated to reflect the committed changes.
dougm marked an inline comment as done.