K 10 svn:author V 3 kib K 8 svn:date V 27 2012-02-29T15:15:36.283533Z K 7 svn:log V 384 In null_reclaim(), assert that reclaimed vnode is fully constructed, instead of accepting half-constructed vnode. Previous code cannot decide what to do with such vnode anyway, and although processing it for hash removal, paniced later when getting rid of nullfs reference on lowervp. While there, remove initializations from the declaration block. Tested by: pho MFC after: 1 week END