K 10 svn:author V 7 iedowse K 8 svn:date V 27 2001-05-11T20:42:41.000000Z K 7 svn:log V 230 In vrele() and vput(), avoid triggering the confusing "missed vn_close" KASSERT when vp->v_usecount is zero or negative. In this case, the "v*: negative ref cnt" panic that follows is much more appropriate. Reviewed by: mckusick END