K 10 svn:author V 3 kib K 8 svn:date V 27 2012-03-07T08:05:12.360902Z K 7 svn:log V 363 MFC r232303: 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. END