HomeFreeBSD

Maintain a lock on the vm object of interest throughout vm_fault(),
rS116695Unpublished

Unpublished Commit ยท Learn More

No further details are available.

Description

Maintain a lock on the vm object of interest throughout vm_fault(),
releasing the lock only if we are about to sleep (e.g., vm_pager_get_pages()
or vm_pager_has_pages()). If we sleep, we have marked the vm object with
the paging-in-progress flag.

Details

Provenance
alcAuthored on
Parents
rS116694: Don't check the state of the vnode interlock if the specification says
Branches
Unknown
Tags
Unknown

Event Timeline