]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC: r216510
authorrmacklem <rmacklem@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 31 Dec 2010 14:03:57 +0000 (14:03 +0000)
committerrmacklem <rmacklem@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 31 Dec 2010 14:03:57 +0000 (14:03 +0000)
commit0027c35f1e3462590a2fe8fb278c79eb1c5ad679
tree8e951c2bd19d2ceaed9d50938e0096cb1da526ac
parent5d4935fffddb90a5aed7b600199da873dcc3be01
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.

git-svn-id: svn://svn.freebsd.org/base/stable/8@216841 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/fs/nfsserver/nfs_nfsdstate.c