[PATCH] scsi: remove meaningless scsi_cmnd->serial_number_at_timeout field
commitc6295cdf656de63d6d1123def71daba6cd91939c
author <htejun@gmail.com> <>
Sun, 3 Apr 2005 19:59:11 +0000 (3 14:59 -0500)
committerJames Bottomley <jejb@titanic>
Mon, 18 Apr 2005 17:33:15 +0000 (18 12:33 -0500)
treec4e5d02355df7443afa45ecc491807a67962f0d8
parentd3a933dc9851e74581f9f4c8e703e77901ae8d01
[PATCH] scsi: remove meaningless scsi_cmnd->serial_number_at_timeout field

scsi_cmnd->serial_number_at_timeout doesn't serve any purpose
anymore.  All serial_number == serial_number_at_timeout tests
are always true in abort callbacks.  Kill the field.  Also, as
->pid always equals ->serial_number and ->serial_number
doesn't have any special meaning anymore, update comments
above ->serial_number accordingly.  Once we remove all uses of
this field from all lldd's, this field should go.

Signed-off-by: Tejun Heo <htejun@gmail.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
drivers/scsi/BusLogic.c
drivers/scsi/advansys.c
drivers/scsi/ips.c
drivers/scsi/ncr53c8xx.c
drivers/scsi/qla2xxx/qla_dbg.c
drivers/scsi/scsi.c
drivers/scsi/scsi_error.c
drivers/scsi/scsi_lib.c
drivers/scsi/sym53c8xx_2/sym_glue.c
include/scsi/scsi_cmnd.h