Page MenuHomeFreeBSD

fully populate reservation markers
ClosedPublic

Authored by dougm on Dec 4 2021, 7:52 PM.
Tags
None
Referenced Files
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
Unknown Object (File)
Oct 4 2023, 10:08 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

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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