Lines 6646-6651
nfsv4_setcbsequence(struct nfsrv_descript *nd, struct
Link Here
|
6646 |
bcopy(sessionid, tl, NFSX_V4SESSIONID); |
6646 |
bcopy(sessionid, tl, NFSX_V4SESSIONID); |
6647 |
tl += NFSX_V4SESSIONID / NFSX_UNSIGNED; |
6647 |
tl += NFSX_V4SESSIONID / NFSX_UNSIGNED; |
6648 |
nd->nd_slotseq = tl; |
6648 |
nd->nd_slotseq = tl; |
|
|
6649 |
nd->nd_slotid = *slotposp; |
6650 |
nd->nd_flag |= ND_HASSLOTID; |
6649 |
*tl++ = txdr_unsigned(slotseq); |
6651 |
*tl++ = txdr_unsigned(slotseq); |
6650 |
*tl++ = txdr_unsigned(*slotposp); |
6652 |
*tl++ = txdr_unsigned(*slotposp); |
6651 |
*tl++ = txdr_unsigned(maxslot); |
6653 |
*tl++ = txdr_unsigned(maxslot); |