K 10 svn:author V 2 dg K 8 svn:date V 27 1995-06-07T07:25:09.000000Z K 7 svn:log V 521 Backed out one part of rev 1.13. In this one case, two references to the vnode are gained, but only one reference to the object is gained. The object reference is (correctly) lost by the nfsrv_vrele() at the exit point of the nfsrv_link function. The bug is easily seen by doing a standard "link" operation to a 2.0.5 server (ln foo bar). The system will immediately panic with "object deallocated too many times". This fixes the panic reported today by ohki@gssm.otsuka.tsukuba.ac.jp. (will be) Reviewed by: John Dyson END