mbox series

[0/4] scsi: remove last references to scsi_cmnd.tag

Message ID 20210819084007.79233-1-hare@suse.de
Headers show
Series scsi: remove last references to scsi_cmnd.tag | expand

Message

Hannes Reinecke Aug. 19, 2021, 8:40 a.m. UTC
Hi all,

with commit 4c7b6ea336c1 ("scsi: core: Remove scsi_cmnd.tag") drivers
cannot reference the SCSI command tag anymore.
Arguably these drivers would have stopped working since 2010 with
the switch to block layer tags in SCSI anyway, so chances are no-one
had been using tagging in these drivers.

This patchset fixes up these usage; for fas216 we're just switching
to use the appropriate wrapper.
For acornscsi the tagged queue handling is removed altogether as it
was broken in the first place, and no-one since the switch to git
could be bothered to fix it.
And the patchset has the nice side-effect that we can remove the
scsi_device.current_tag field.

As usual, comments and reviews are welcome.

Hannes Reinecke (4):
  scsi: Introduct scsi_cmd_to_tag()
  fas216: kill scmd->tag
  acornscsi: remove tagged queuing vestiges
  scsi: remove 'current_tag'

 drivers/scsi/arm/Kconfig     |  11 ----
 drivers/scsi/arm/acornscsi.c | 103 ++++++++---------------------------
 drivers/scsi/arm/fas216.c    |  31 +++--------
 drivers/scsi/arm/queue.c     |   2 +-
 include/scsi/scsi_cmnd.h     |   7 +++
 include/scsi/scsi_device.h   |   1 -
 6 files changed, 38 insertions(+), 117 deletions(-)

Comments

John Garry Sept. 13, 2021, 9:25 a.m. UTC | #1
+ Russell

On 19/08/2021 09:40, Hannes Reinecke wrote:

The arm rpc_defconfig build is now broken on mainline.

I suggest resending this series, please.

Thanks

> Hi all,

> 

> with commit 4c7b6ea336c1 ("scsi: core: Remove scsi_cmnd.tag") drivers

> cannot reference the SCSI command tag anymore.

> Arguably these drivers would have stopped working since 2010 with

> the switch to block layer tags in SCSI anyway, so chances are no-one

> had been using tagging in these drivers.

> 

> This patchset fixes up these usage; for fas216 we're just switching

> to use the appropriate wrapper.

> For acornscsi the tagged queue handling is removed altogether as it

> was broken in the first place, and no-one since the switch to git

> could be bothered to fix it.

> And the patchset has the nice side-effect that we can remove the

> scsi_device.current_tag field.

> 

> As usual, comments and reviews are welcome.

> 

> Hannes Reinecke (4):

>    scsi: Introduct scsi_cmd_to_tag()

>    fas216: kill scmd->tag

>    acornscsi: remove tagged queuing vestiges

>    scsi: remove 'current_tag'

> 

>   drivers/scsi/arm/Kconfig     |  11 ----

>   drivers/scsi/arm/acornscsi.c | 103 ++++++++---------------------------

>   drivers/scsi/arm/fas216.c    |  31 +++--------

>   drivers/scsi/arm/queue.c     |   2 +-

>   include/scsi/scsi_cmnd.h     |   7 +++

>   include/scsi/scsi_device.h   |   1 -

>   6 files changed, 38 insertions(+), 117 deletions(-)

>
Martin K. Petersen Sept. 15, 2021, 3:21 a.m. UTC | #2
John,

> The arm rpc_defconfig build is now broken on mainline.

>

> I suggest resending this series, please.


Yes, please!

-- 
Martin K. Petersen	Oracle Linux Engineering
John Garry Sept. 15, 2021, 7:34 a.m. UTC | #3
On 15/09/2021 04:21, Martin K. Petersen wrote:
>> The arm rpc_defconfig build is now broken on mainline.

>>

>> I suggest resending this series, please.

> Yes, please!


I'm going to just do that now.