HomeFreeBSD

Verify the object/vnode association after vget() in vm_pageout_clean().

Description

Verify the object/vnode association after vget() in vm_pageout_clean().

It's theoretically possible for the vnode and object to be disassociated
while locks are dropped around the vget() call, in which case we
shouldn't proceed with laundering.

Noted and reviewed by: kib
MFC after: 1 week

Details

Provenance
markjAuthored on
Parents
rS326370: Fix comment introduced in r326369
Branches
Unknown
Tags
Unknown