K 10 svn:author V 5 markj K 8 svn:date V 27 2017-11-29T19:47:09.597235Z K 7 svn:log V 292 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 END