Date: Fri, 31 Dec 2010 14:03:57 +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: <201012311404.oBVE4DYh010728@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rmacklem 2010-12-31 14:03:57 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/fs/nfsserver nfs_nfsdstate.c Log: SVN rev 216841 on 2010-12-31 14:03:57Z by rmacklem MFC: r216510 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. Revision Changes Path 1.10.2.16 +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?201012311404.oBVE4DYh010728>