summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
diff options
context:
space:
mode:
authorMike Christie <michael.christie@oracle.com>2021-05-25 20:18:17 +0200
committerMartin K. Petersen <martin.petersen@oracle.com>2021-06-02 07:28:23 +0200
commit2819b4ae2873d50fd55292877b0231ec936c3b2e (patch)
tree9c6abb7de0dd80e9d1a3dbfdf9611e63e5ceecb5 /drivers/infiniband
parentscsi: qedi: Use GFP_NOIO for TMF allocation (diff)
downloadlinux-2819b4ae2873d50fd55292877b0231ec936c3b2e.tar.xz
linux-2819b4ae2873d50fd55292877b0231ec936c3b2e.zip
scsi: qedi: Fix TMF session block/unblock use
Drivers shouldn't be calling block/unblock session for tmf handling because the functions can change the session state from under libiscsi. iscsi_queuecommand's call to iscsi_prep_scsi_cmd_pdu-> iscsi_check_tmf_restrictions will prevent new cmds from being sent to qedi after we've started handling a TMF. So we don't need to try and block it in the driver, and we can remove these block calls. Link: https://lore.kernel.org/r/20210525181821.7617-25-michael.christie@oracle.com Reviewed-by: Manish Rangankar <mrangankar@marvell.com> Signed-off-by: Mike Christie <michael.christie@oracle.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'drivers/infiniband')
0 files changed, 0 insertions, 0 deletions