HomeFreeBSD

Optimize vm_object_page_remove() by eliminating pointless calls to

Description

Optimize vm_object_page_remove() by eliminating pointless calls to
pmap_remove_all(). If the object to which a page belongs has no
references, then that page cannot possibly be mapped.

Reviewed by: kib
MFC after: 1 week

Details

Provenance
alcAuthored on
Reviewer
kib
Parents
rS324086: Alike to ZFS disable cache flush after first ENOTSUP error.
Branches
Unknown
Tags
Unknown