|
Lines 1082-1093
printf("Disable slot=%d\n", nd->nd_slotid);
Link Here
|
| 1082 |
} |
1082 |
} |
| 1083 |
slot = nd->nd_slotid; |
1083 |
slot = nd->nd_slotid; |
| 1084 |
} |
1084 |
} |
|
|
1085 |
freeslot = slot; |
| 1085 |
} else if (slot != 0) { |
1086 |
} else if (slot != 0) { |
| 1086 |
printf("newnfs_request: Bad " |
1087 |
printf("newnfs_request: Bad " |
| 1087 |
"session slot=%d\n", slot); |
1088 |
"session slot=%d\n", slot); |
| 1088 |
slot = 0; |
1089 |
slot = 0; |
| 1089 |
} |
1090 |
} |
| 1090 |
freeslot = slot; |
|
|
| 1091 |
if (retseq != sep->nfsess_slotseq[slot]) |
1091 |
if (retseq != sep->nfsess_slotseq[slot]) |
| 1092 |
printf("retseq diff 0x%x\n", |
1092 |
printf("retseq diff 0x%x\n", |
| 1093 |
retseq); |
1093 |
retseq); |
|
Lines 1172-1177
printf("nfs_commonkrpc: initiate recovery\n");
Link Here
|
| 1172 |
*tl++ = txdr_unsigned(slotseq); |
1172 |
*tl++ = txdr_unsigned(slotseq); |
| 1173 |
*tl++ = txdr_unsigned(slotpos); |
1173 |
*tl++ = txdr_unsigned(slotpos); |
| 1174 |
*tl = txdr_unsigned(maxslot); |
1174 |
*tl = txdr_unsigned(maxslot); |
|
|
1175 |
if ((nd->nd_flag & |
| 1176 |
ND_HASSLOTID) != 0) |
| 1177 |
nd->nd_slotid = slotpos; |
| 1175 |
} |
1178 |
} |
| 1176 |
if (reterr == NFSERR_BADSESSION || |
1179 |
if (reterr == NFSERR_BADSESSION || |
| 1177 |
reterr == 0) { |
1180 |
reterr == 0) { |