lpfc: correct device removal deadlock after link bounce
authorJames Smart <james.smart@emulex.com>
Tue, 30 Dec 2014 17:08:58 +0000 (12:08 -0500)
committerChristoph Hellwig <hch@lst.de>
Fri, 9 Jan 2015 14:44:24 +0000 (15:44 +0100)
commitd454c91f74fcefce5cd545cf98c565ed882bf81a
treeee4ac2c28f7c3d36009d36ceaaf3d2b911ebfc2d
parent37c0b105ae61113b98a81529cccc3a8404ba68b7
lpfc: correct device removal deadlock after link bounce

This patch, applicable to 8G/4G/2G adapters, adds a call that
resumes transmit operations after a link bounce. Without it, targets
that tried to suspend exchanges after a link bounce (such as tape devices
using sequence level error recovery) would never resume io operation,
causing scan failures, and eventually deadlocks if a device removal
request is made.

Signed-off-by: James Smart <james.smart@emulex.com>
Signed-off-by: Dick Kennedy <dick.kennedy@emulex.com>
Reviewed-by: Ewan D. Milne <emilne@redhat.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/scsi/lpfc/lpfc_els.c
This page took 0.042307 seconds and 5 git commands to generate.