cvs commit: src/sys/nfsclient nfs_node.c

Paul Saab ps at FreeBSD.org
Wed Jul 27 15:05:31 GMT 2005


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


More information about the cvs-src mailing list