Revert "nfscl: Fix handling of nd_slotid while handling NFSERR_BADSESSION"

Revert this commit, since I now have a better fix to commit.

This reverts commit 8e59ec29e4.
This commit is contained in:
Rick Macklem 2022-08-27 15:58:23 -07:00
parent 6ab80e7275
commit f2dfe60776

View File

@ -1169,9 +1169,6 @@ newnfs_request(struct nfsrv_descript *nd, struct nfsmount *nmp,
*tl++ = txdr_unsigned(slotseq);
*tl++ = txdr_unsigned(slotpos);
*tl = txdr_unsigned(maxslot);
if ((nd->nd_flag &
ND_HASSLOTID) != 0)
nd->nd_slotid = slotpos;
}
if (reterr == NFSERR_BADSESSION ||
reterr == 0) {