K 10 svn:author V 8 rmacklem K 8 svn:date V 27 2010-12-31T14:03:57.445642Z K 7 svn:log V 314 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. END