Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Jun 1995 00:25:11 -0700
From:      David Greenman <davidg>
To:        CVS-commiters, cvs-sys
Subject:   cvs commit: src/sys/nfs nfs_serv.c
Message-ID:  <199506070725.AAA05469@freefall.cdrom.com>

next in thread | raw e-mail | index | archive | help
davidg      95/06/07 00:25:11

  Modified:    sys/nfs   nfs_serv.c
  Log:
  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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199506070725.AAA05469>