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

Collapse All | Expand All

(-)sys/fs/nfs/nfs_commonkrpc.c (-1 / +3 lines)
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
						nd->nd_slotid = slotpos;
1176
						nd->nd_flag |= ND_HASSLOTID;
1175
					}
1177
					}
1176
					if (reterr == NFSERR_BADSESSION ||
1178
					if (reterr == NFSERR_BADSESSION ||
1177
					    reterr == 0) {
1179
					    reterr == 0) {

Return to bug 260011