[PATCH] scsi: acornscsi: Remove scsi_cmd_to_tag() reference

Martin K. Petersen martin.petersen at oracle.com
Mon Oct 4 21:33:01 PDT 2021


On Thu, 30 Sep 2021 19:51:57 +0800, John Garry wrote:

> Commit 756fb6a895afb ("scsi: acornscsi: Remove tagged queuing vestiges")
> mistakenly introduced a reference to function scsi_cmd_to_tag(). This
> function does not exist as it was removed from an earlier series version
> when I upstreamed the named commit - originally authored By Hannes - but
> this reference still remained.
> 
> Fix by replacing the reference to scsi_cmd_to_tag() with
> scsi_cmd_to_rq(scsi_scmd)->tag, which scsi_cmd_to_tag() was a wrapper for.
> 
> [...]

Applied to 5.15/scsi-fixes, thanks!

[1/1] scsi: acornscsi: Remove scsi_cmd_to_tag() reference
      https://git.kernel.org/mkp/scsi/c/c5336400ca8b

-- 
Martin K. Petersen	Oracle Linux Engineering



More information about the linux-arm-kernel mailing list