View | Details | Raw Unified | Return to bug 226494 | Differences between
and this patch

Collapse All | Expand All

(-)fs/nfsserver/nfs_nfsdserv.c (-3 / +2 lines)
Lines 4226-4235 nfsrvd_reclaimcomplete(struct nfsrv_desc Link Here
4226
		goto nfsmout;
4226
		goto nfsmout;
4227
	}
4227
	}
4228
	NFSM_DISSECT(tl, uint32_t *, NFSX_UNSIGNED);
4228
	NFSM_DISSECT(tl, uint32_t *, NFSX_UNSIGNED);
4229
	nd->nd_repstat = nfsrv_checkreclaimcomplete(nd);
4229
	if (*tl == newnfs_true)
4230
	if (*tl == newnfs_true)
4230
		nd->nd_repstat = NFSERR_NOTSUPP;
4231
		nd->nd_repstat = 0;
4231
	else
4232
		nd->nd_repstat = nfsrv_checkreclaimcomplete(nd);
4233
nfsmout:
4232
nfsmout:
4234
	NFSEXITCODE2(error, nd);
4233
	NFSEXITCODE2(error, nd);
4235
	return (error);
4234
	return (error);

Return to bug 226494