goto nfsmout;
}
NFSM_DISSECT(tl, uint32_t *, NFSX_UNSIGNED);
nd->nd_repstat = nfsrv_checkreclaimcomplete(nd);
if (*tl == newnfs_true)
nd->nd_repstat = NFSERR_NOTSUPP;
nd->nd_repstat = 0;
else
nfsmout:
NFSEXITCODE2(error, nd);
return (error);