Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Dec 2010 22:18:09 +0000 (UTC)
From:      Rick Macklem <rmacklem@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/fs/nfsserver nfs_nfsdstate.c
Message-ID:  <201012172218.oBHMIU1T066308@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rmacklem    2010-12-17 22:18:09 UTC

  FreeBSD src repository

  Modified files:
    sys/fs/nfsserver     nfs_nfsdstate.c 
  Log:
  SVN rev 216510 on 2010-12-17 22:18:09Z by rmacklem
  
  Fix two vnode locking problems in nfsd_recalldelegation() in the
  experimental NFSv4 server. The first was a bogus use of VOP_ISLOCKED()
  in a KASSERT() and the second was the need to lock the vnode for the
  nfsrv_checkremove() call. Also, delete a "__unused" that was bogus,
  since the argument is used.
  
  Reviewed by:    zack.kirsch at isilon.com
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.25      +8 -4      src/sys/fs/nfsserver/nfs_nfsdstate.c



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