cvs commit: src/sys/nfsclient nfs_node.c

Xin LI delphij at FreeBSD.org
Sat Oct 8 20:15:36 PDT 2005


delphij     2005-10-09 03:15:36 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/nfsclient        nfs_node.c 
  Log:
  MFC (by ps)
  | 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
  
  Approved by:    re (scottl)
  
  Revision  Changes    Path
  1.76.2.1  +2 -1      src/sys/nfsclient/nfs_node.c


More information about the cvs-src mailing list