K 10 svn:author V 7 iedowse K 8 svn:date V 27 2003-10-05T12:41:35.000000Z K 7 svn:log V 279 Since the addition of the VI_DOINGINACT flag some time ago, VOP_INACTIVE routines need not worry about their vnode getting recycled if they block. Remove the code from nfs_inactive() that used vget() to get an extra vnode reference that was held during the nfs_vinvalbuf() call. END