On Tue, Aug 10, 2021 at 08:25:16AM +0200, Hannes Reinecke wrote: > > + srb_tag = scsi_cmd_to_rq(scp)->tag + 1; > Cf the previous patch; we really should introduce a helper to get the tag > from a SCSI command. scsi_cmd_tag(scp) ?
On Tue, Aug 10, 2021 at 08:25:16AM +0200, Hannes Reinecke wrote: > > + srb_tag = scsi_cmd_to_rq(scp)->tag + 1; > Cf the previous patch; we really should introduce a helper to get the tag > from a SCSI command. scsi_cmd_tag(scp) ?