Page MenuHomeFreeBSD

fully populate reservation markers
ClosedPublic

Authored by dougm on Dec 4 2021, 7:52 PM.
Tags
None
Referenced Files
F86842926: D33258.id99507.diff
Wed, Jun 26, 10:47 AM
Unknown Object (File)
Mar 14 2024, 4:44 AM
Unknown Object (File)
Feb 12 2024, 4:31 AM
Unknown Object (File)
Jan 23 2024, 7:23 PM
Unknown Object (File)
Dec 25 2023, 6:34 AM
Unknown Object (File)
Dec 20 2023, 6:59 AM
Unknown Object (File)
Dec 3 2023, 12:14 AM
Unknown Object (File)
Oct 26 2023, 7:25 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