mbox series

[0/4] scsi: kill scsi command serial number

Message ID 20190226143048.68814-1-hare@suse.de (mailing list archive)
Headers show
Series scsi: kill scsi command serial number | expand

Message

Hannes Reinecke Feb. 26, 2019, 2:30 p.m. UTC
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.

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            | 34 +++++-----------------------------
 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, 11 insertions(+), 71 deletions(-)