Page MenuHomeFreeBSD

fully populate reservation markers
ClosedPublic

Authored by dougm on Dec 4 2021, 7:52 PM.
Tags
None
Referenced Files
F110610002: D33258.id99470.diff
Thu, Feb 20, 8:59 PM
F110550795: D33258.id99470.diff
Thu, Feb 20, 12:54 AM
Unknown Object (File)
Wed, Feb 5, 11:43 PM
Unknown Object (File)
Thu, Jan 30, 8:06 AM
Unknown Object (File)
Wed, Jan 29, 7:18 AM
Unknown Object (File)
Jan 16 2025, 12:55 PM
Unknown Object (File)
Jan 16 2025, 10:53 AM
Unknown Object (File)
Dec 12 2024, 8:25 PM
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