K 10 svn:author V 3 alc K 8 svn:date V 27 2004-11-06T05:33:02.000000Z K 7 svn:log V 325 Move a call to wakeup() from vm_object_terminate() to vnode_pager_dealloc() because this call is only needed to wake threads that slept when they discovered a dead object connected to a vnode. To eliminate unnecessary calls to wakeup() by vnode_pager_dealloc(), introduce a new flag, OBJ_DISCONNECTWNT. Reviewed by: tegge@ END