scsi: Revert "scsi: fcoe: Fix potential deadlock on &fip->ctlr_lock"
authorLee Duncan <lduncan@suse.com>
Fri, 9 Feb 2024 18:07:34 +0000 (10:07 -0800)
committerMartin K. Petersen <martin.petersen@oracle.com>
Tue, 13 Feb 2024 01:50:06 +0000 (20:50 -0500)
commit977fe773dcc7098d8eaf4ee6382cb51e13e784cb
tree2efe603be3f50ed85edc95f3ddd762d9be8f6e06
parent4cbec7e89a416294c46e71c967b57b9119fe0054
scsi: Revert "scsi: fcoe: Fix potential deadlock on &fip->ctlr_lock"

This reverts commit 1a1975551943f681772720f639ff42fbaa746212.

This commit causes interrupts to be lost for FCoE devices, since it changed
sping locks from "bh" to "irqsave".

Instead, a work queue should be used, and will be addressed in a separate
commit.

Fixes: 1a1975551943 ("scsi: fcoe: Fix potential deadlock on &fip->ctlr_lock")
Signed-off-by: Lee Duncan <lduncan@suse.com>
Link: https://lore.kernel.org/r/c578cdcd46b60470535c4c4a953e6a1feca0dffd.1707500786.git.lduncan@suse.com
Reviewed-by: Hannes Reinecke <hare@suse.de>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/fcoe/fcoe_ctlr.c