patch-2.1.102 linux/drivers/scsi/scsi_obsolete.c
Next file: linux/drivers/scsi/scsiiom.c
Previous file: linux/drivers/scsi/scsi_error.c
Back to the patch index
Back to the overall index
-  Lines: 19
-  Date:
Mon May 11 09:20:42 1998
-  Orig file: 
v2.1.101/linux/drivers/scsi/scsi_obsolete.c
-  Orig date: 
Tue Apr 14 14:29:23 1998
diff -u --recursive --new-file v2.1.101/linux/drivers/scsi/scsi_obsolete.c linux/drivers/scsi/scsi_obsolete.c
@@ -146,6 +146,10 @@
     unsigned long flags;
 
     spin_lock_irqsave(&io_request_lock, flags);
+
+    /* Set the serial_number_at_timeout to the current serial_number */
+    SCpnt->serial_number_at_timeout = SCpnt->serial_number;
+
     switch (SCpnt->internal_timeout & (IN_ABORT | IN_RESET | IN_RESET2 | IN_RESET3))
     {
     case NORMAL_TIMEOUT:
@@ -321,6 +325,7 @@
     struct Scsi_Host * host = SCpnt->host;
     int result = SCpnt->result;
     SCpnt->serial_number = 0;
+    SCpnt->serial_number_at_timeout = 0;
     oldto = update_timeout(SCpnt, 0);
 
 #ifdef DEBUG_TIMEOUT
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov