K 10 svn:author V 3 alc K 8 svn:date V 27 2005-02-23T23:06:30.000000Z K 7 svn:log V 313 MFC 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. END