View | Details | Raw Unified | Return to bug 260076
Collapse All | Expand All

(-)sys/fs/nfsserver/nfs_nfsdserv.c (-1 / +2 lines)
Lines 4552-4560 nfsrvd_sequence(struct nfsrv_descript *nd, __unused in Link Here
4552
		cache_this = 1;
4552
		cache_this = 1;
4553
	else
4553
	else
4554
		cache_this = 0;
4554
		cache_this = 0;
4555
	nd->nd_flag |= ND_HASSEQUENCE;
4556
	nd->nd_repstat = nfsrv_checksequence(nd, sequenceid, &highest_slotid,
4555
	nd->nd_repstat = nfsrv_checksequence(nd, sequenceid, &highest_slotid,
4557
	    &target_highest_slotid, cache_this, &sflags, p);
4556
	    &target_highest_slotid, cache_this, &sflags, p);
4557
	if (nd->nd_repstat != NFSERR_BADSLOT)
4558
		nd->nd_flag |= ND_HASSEQUENCE;
4558
	if (nd->nd_repstat == 0) {
4559
	if (nd->nd_repstat == 0) {
4559
		NFSM_BUILD(tl, uint32_t *, NFSX_V4SESSIONID);
4560
		NFSM_BUILD(tl, uint32_t *, NFSX_V4SESSIONID);
4560
		NFSBCOPY(nd->nd_sessionid, tl, NFSX_V4SESSIONID);
4561
		NFSBCOPY(nd->nd_sessionid, tl, NFSX_V4SESSIONID);

Return to bug 260076