Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Jul 2009 19:38:07 +0000 (UTC)
From:      Rick Macklem <rmacklem@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/nfsclient nfs_vnops.c
Message-ID:  <200907171938.n6HJcH3i014880@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rmacklem    2009-07-17 19:38:07 UTC

  FreeBSD src repository

  Modified files:
    sys/nfsclient        nfs_vnops.c 
  Log:
  SVN rev 195744 on 2009-07-17 19:38:07Z by rmacklem
  
  Patch the regular nfs client in a manner analagous to
  r195704 for the experimental client. The patch avoids calling vn_lock()
  for the case where nfs_nget() has acquired the same vnode as dvp,
  since nfs_nget() has already locked the vnode.
  
  Reviewed by:    kib, jhb
  Approved by:    re (kensmith), kib (mentor)
  
  Revision  Changes    Path
  1.317     +2 -1      src/sys/nfsclient/nfs_vnops.c



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