Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Jan 2002 14:25:04 -0800 (PST)
From:      Matt Dillon <dillon@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/nfs nfs_node.c
Message-ID:  <200201052225.g05MP4e53281@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
dillon      2002/01/05 14:25:04 PST

  Modified files:        (Branch: RELENG_4)
    sys/nfs              nfs_node.c 
  Log:
  MFC nfsclient/nfs_node.c:1.52.  nfs_nget() does no locking whatsoever
  when looking up a vnode.  If a vget() sleeps the vnode can be ripped
  out from under the nfs_nget() so we must retry for that case.
  
  Approved by:    re@freebsd.org
  
  Revision  Changes    Path
  1.36.2.3  +2 -2      src/sys/nfs/nfs_node.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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