Page MenuHomeFreeBSD

vm: Eliminate a redundant call to vm_reserv_break_all()
ClosedPublic

Authored by alc on Wed, Jun 5, 7:00 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Jun 8, 11:40 AM
Unknown Object (File)
Fri, Jun 7, 4:55 PM
Unknown Object (File)
Wed, Jun 5, 5:53 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.Wed, Jun 5, 7:00 AM
alc created this revision.
This revision is now accepted and ready to land.Wed, Jun 5, 9:05 AM