Merge patch series "scsi: Add struct for args to execution functions"
authorMartin K. Petersen <martin.petersen@oracle.com>
Wed, 18 Jan 2023 23:15:20 +0000 (18:15 -0500)
committerMartin K. Petersen <martin.petersen@oracle.com>
Wed, 18 Jan 2023 23:15:20 +0000 (18:15 -0500)
commit0c0d806908bd1a230fe3d6faef898e84a616c17c
tree496325f13ac021664a3a50fdca2c4aa85890505f
parent7084eadf62ca17540040a1116ac0a155c31b066a
parent946a10511f6588c20bbd312be15d64cc3c3fc796
Merge patch series "scsi: Add struct for args to execution functions"

Mike Christie <michael.christie@oracle.com> says:

The following patches were made over Martin's scsi-staging/next
branch.  They add a struct that contains optinal arguments to the
scsi_execute* functions. This will be needed for the patches that
allow the SCSI passthrough users to control retries because I'm adding
a new optional argument. I separated the 2 sets to make it easier to
review and post.

Link: https://lore.kernel.org/r/20221229190154.7467-1-michael.christie@oracle.com
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>