Hi all, there are just a few users left relying on the serial number, but as we now always have a unique requests tag we can replace the usage of the serial number with the request tag and kill the serial number completely. As usual, comments and reviews are welcome. Changes from the original version: - Remove helpers from dpt_i2o and added comments Hannes Reinecke (4): dpt_i2o: remove serial number usage mvumi: use request tag instead of serial_number csiostor: drop serial_number usage scsi: kill command serial number drivers/scsi/csiostor/csio_scsi.c | 8 ++--- drivers/scsi/dpt_i2o.c | 73 ++++++++++----------------------------- drivers/scsi/mvumi.c | 5 ++- drivers/scsi/scsi.c | 16 --------- drivers/scsi/scsi_lib.c | 1 - include/scsi/scsi_cmnd.h | 10 ------ include/scsi/scsi_host.h | 8 ----- 7 files changed, 24 insertions(+), 97 deletions(-) -- 2.16.4