]> git.baikalelectronics.ru Git - kernel.git/commit
scsi: only re-lock door after EH on devices that were reset
authorChristoph Hellwig <hch@lst.de>
Mon, 3 Nov 2014 18:36:40 +0000 (19:36 +0100)
committerChristoph Hellwig <hch@lst.de>
Mon, 10 Nov 2014 14:23:18 +0000 (15:23 +0100)
commita3cd82b59946dc89a775d401dcc5cf7dc4ef95b2
tree852495622d2f422c127b88ec30a5391d7f8cb955
parent0002cf1d2b453149c8e818e69580694f5a5e90c1
scsi: only re-lock door after EH on devices that were reset

Setups that use the blk-mq I/O path can lock up if a host with a single
device that has its door locked enters EH.  Make sure to only send the
command to re-lock the door to devices that actually were reset and thus
might have lost their state.  Otherwise the EH code might be get blocked
on blk_get_request as all requests for non-reset devices might be in use.

Cc: stable@vger.kernel.org
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reported-by: Meelis Roos <meelis.roos@ut.ee>
Tested-by: Meelis Roos <meelis.roos@ut.ee>
Reviewed-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/scsi_error.c