Page MenuHomeFreeBSD

vm: Eliminate a redundant call to vm_reserv_break_all()
ClosedPublic

Authored by alc on Jun 5 2024, 7:00 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, May 15, 11:02 AM
Unknown Object (File)
Thu, May 14, 2:59 PM
Unknown Object (File)
Thu, May 14, 11:11 AM
Unknown Object (File)
Thu, Apr 30, 8:38 AM
Unknown Object (File)
Apr 23 2026, 9:39 AM
Unknown Object (File)
Apr 23 2026, 8:12 AM
Unknown Object (File)
Apr 23 2026, 3:20 AM
Unknown Object (File)
Apr 21 2026, 1:37 PM

Details

Summary

When vm_object_collapse() was changed in commit 98087a0 to call
vm_object_terminate(), rather than destroying the object directly, its
call to vm_reserv_break_all() should have been removed, as
vm_object_terminate() calls vm_reserv_break_all().

Diff Detail

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

Event Timeline

alc requested review of this revision.Jun 5 2024, 7:00 AM
alc created this revision.
This revision is now accepted and ready to land.Jun 5 2024, 9:05 AM