HomeFreeBSD

Elide the object lock in vfs_vmio_truncate() in the common case.

Description

Elide the object lock in vfs_vmio_truncate() in the common case.

Rather attempting to free invalid pages, accelerate their reclamation
by moving them near the head of the inactive queue. With this change,
bufspace threads don't touch the object lock.

Details

Provenance
markjAuthored on
Parents
rS331071: Fix mismerge.
Branches
Unknown
Tags
Unknown