K 10 svn:author V 8 rmacklem K 8 svn:date V 27 2021-05-12T02:38:36.504560Z K 7 svn:log V 594 nfscl: return delegations in the NFS VOP_RECLAIM() After a vnode is recycled it can no longer be acquired via vfs_hash_get() and, as such, a delegation for the vnode cannot be recalled. In the unlikely event that a delegation still exists when the vnode is being recycled, return the delegation since it will no longer be recallable. Until you have this patch in your NFSv4 client, you should consider avoiding the use of delegations. (cherry picked from commit aad780464fad1e32c97316515a4044d661413a6b) Git Hash: 44d99af3c545398c5bbc01b20c611fe63ccdad76 Git Author: rmacklem@FreeBSD.org END