diff options
author | Mike Christie <michael.christie@oracle.com> | 2021-02-07 07:46:01 +0300 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2021-02-09 06:39:03 +0300 |
commit | 5923d64b7ab63dcc6f0df946098f50902f9540d1 (patch) | |
tree | 04d9f73f3ef9f69459fb084384f44ddb76fbe853 /drivers/scsi/bnx2i/bnx2i_iscsi.c | |
parent | d28d48c699779973ab9a3bd0e5acfa112bd4fdef (diff) | |
download | linux-5923d64b7ab63dcc6f0df946098f50902f9540d1.tar.xz |
scsi: libiscsi: Drop taskqueuelock
The purpose of the taskqueuelock was to handle the issue where a bad target
decides to send a R2T and before its data has been sent decides to send a
cmd response to complete the cmd. The following patches fix up the
frwd/back locks so they are taken from the queue/xmit (frwd) and completion
(back) paths again. To get there this patch removes the taskqueuelock which
for iSCSI xmit wq based drivers was taken in the queue, xmit and completion
paths.
Instead of the lock, we just make sure we have a ref to the task when we
queue a R2T, and then we always remove the task from the requeue list in
the xmit path or the forced cleanup paths.
Link: https://lore.kernel.org/r/20210207044608.27585-3-michael.christie@oracle.com
Reviewed-by: Lee Duncan <lduncan@suse.com>
Signed-off-by: Mike Christie <michael.christie@oracle.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'drivers/scsi/bnx2i/bnx2i_iscsi.c')
0 files changed, 0 insertions, 0 deletions