Page MenuHomeFreeBSD

fully populate reservation markers
ClosedPublic

Authored by dougm on Dec 4 2021, 7:52 PM.
Tags
None
Referenced Files
Unknown Object (File)
Oct 9 2024, 1:51 AM
Unknown Object (File)
Oct 9 2024, 1:51 AM
Unknown Object (File)
Oct 9 2024, 1:51 AM
Unknown Object (File)
Oct 9 2024, 1:50 AM
Unknown Object (File)
Oct 9 2024, 1:29 AM
Unknown Object (File)
Oct 7 2024, 1:41 AM
Unknown Object (File)
Sep 20 2024, 10:18 AM
Unknown Object (File)
Sep 20 2024, 3:41 AM
Subscribers

Details

Summary

vm_reserv_init fully populates the first entry of a marker population map, but not the complete map, as the comment implies that it should.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

dougm requested review of this revision.Dec 4 2021, 7:52 PM
dougm created this revision.

On further review, I think I changed the wrong value to a different wrong value the first time.

Thank you.

sys/vm/vm_reserv.c
1115

Missing "N" before "PAGES".

This revision is now accepted and ready to land.Dec 5 2021, 3:04 PM