public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH 0/5] Remove scmd->tag
@ 2014-10-02 10:43 Hannes Reinecke
  2014-10-02 10:43 ` [PATCH 1/5] NCR5380: Whitespace cleanup Hannes Reinecke
                   ` (5 more replies)
  0 siblings, 6 replies; 12+ messages in thread
From: Hannes Reinecke @ 2014-10-02 10:43 UTC (permalink / raw)
  To: Christoph Hellwig
  Cc: James Bottomley, Sagi Grimberg, Webb Scales, linux-scsi,
	Hannes Reinecke

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


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2014-10-02 11:49 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-02 10:43 [RFC PATCH 0/5] Remove scmd->tag Hannes Reinecke
2014-10-02 10:43 ` [PATCH 1/5] NCR5380: Whitespace cleanup Hannes Reinecke
2014-10-02 11:07   ` Finn Thain
2014-10-02 11:12     ` Hannes Reinecke
2014-10-02 10:43 ` [PATCH 2/5] scsi: Remove references to linked commands Hannes Reinecke
2014-10-02 10:43 ` [PATCH 3/5] vmw_pvscsi: fixup tagging Hannes Reinecke
2014-10-02 10:43 ` [PATCH 4/5] tcm_loop: Fixup tag handling Hannes Reinecke
2014-10-02 10:43 ` [PATCH 5/5] scsi: Remove scmd->tag Hannes Reinecke
2014-10-02 11:22   ` Christoph Hellwig
2014-10-02 11:36     ` Hannes Reinecke
2014-10-02 11:48   ` Finn Thain
2014-10-02 11:20 ` [RFC PATCH 0/5] " Christoph Hellwig

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox