Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Jul 2005 15:05:31 +0000 (UTC)
From:      Paul Saab <ps@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/nfsclient nfs_node.c
Message-ID:  <200507271505.j6RF5VFw051457@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ps          2005-07-27 15:05:31 UTC

  FreeBSD src repository

  Modified files:
    sys/nfsclient        nfs_node.c 
  Log:
  In nfs_nget() if two threads race on the same filehandle, the loser should
  cause the nfsnode to get freed. This fixes a potential vnode (and nfsnode)
  leak in that path.
  
  Submitted by:   Mohan Srinivasan
  Reviewed by:    phk
  
  Revision  Changes    Path
  1.78      +2 -1      src/sys/nfsclient/nfs_node.c



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