HomeFreeBSD

vm: Eliminate a redundant call to vm_reserv_break_all()

Description

vm: Eliminate a redundant call to vm_reserv_break_all()

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().

Reviewed by: kib, markj
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D45495

Details

Provenance
alcAuthored on Wed, Jun 5, 6:40 AM
Reviewer
kib
Differential Revision
D45495: vm: Eliminate a redundant call to vm_reserv_break_all()
Parents
rG56b822a17cde: pci: Only add special VF handling for direct children in bus methods
Branches
Unknown
Tags
Unknown