K 10 svn:author V 2 dg K 8 svn:date V 27 1996-03-29T06:39:39.000000Z K 7 svn:log V 339 Change v_usecount & v_writecount from a short to an int. As shorts they can and will overflow on large machines - especially on machines with filesystems with lots of files (like netnews servers), and the result is a "free vnode isn't" panic or worse. This fixes one of the causes of these panics that I've been experiancing on wcarchive. END