Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Jul 2009 23:10:23 +0000 (UTC)
From:      Rick Macklem <rmacklem@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/fs/nfsclient nfs_clvnops.c
Message-ID:  <200907142310.n6ENAdlY065325@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rmacklem    2009-07-14 23:10:23 UTC

  FreeBSD src repository

  Modified files:
    sys/fs/nfsclient     nfs_clvnops.c 
  Log:
  SVN rev 195704 on 2009-07-14 23:10:23Z by rmacklem
  
  Fix the experimental nfs client so that it does not cause a
  "share->excl" panic when doing a lookup of dotdot at the root
  of a server's file system. The patch avoids calling vn_lock()
  for that case, since nfscl_nget() has already acquired a lock
  for the vnode.
  
  Approved by:    re (kensmith), kib (mentor)
  
  Revision  Changes    Path
  1.11      +2 -1      src/sys/fs/nfsclient/nfs_clvnops.c



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