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.
Description
Description
Details
Details
- Provenance
alc Authored on - Parents
- rS116694: Don't check the state of the vnode interlock if the specification says
- Branches
- Unknown
- Tags