The 'tag' field of struct scsi_cmnd has not separate meaning anymore,
and the same information is present in the associated request.
So remove it.

Hannes Reinecke (5):
  NCR5380: Whitespace cleanup
  scsi: Remove references to linked commands
  vmw_pvscsi: fixup tagging
  tcm_loop: Fixup tag handling
  scsi: Remove scmd->tag

 drivers/scsi/NCR5380.c             | 691 ++++++++++++++++++-------------------
 drivers/scsi/atari_NCR5380.c       |  57 ---
 drivers/scsi/fnic/fnic_scsi.c      |   1 -
 drivers/scsi/scsi_lib.c            |   4 -
 drivers/scsi/sun3_NCR5380.c        |  57 ---
 drivers/scsi/vmw_pvscsi.c          |   5 +-
 drivers/target/loopback/tcm_loop.c |  23 +-
 include/scsi/scsi_cmnd.h           |   2 -
 8 files changed, 342 insertions(+), 498 deletions(-)

-- 
1.8.5.2

--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to