commit | 63ee7072b55646a1914165de63681279d661a6fe | [log] [tgz] |
---|---|---|
author | Chad Dupuis <chad.dupuis@qlogic.com> | Fri Apr 11 16:54:46 2014 -0400 |
committer | Christoph Hellwig <hch@lst.de> | Mon May 19 13:31:06 2014 +0200 |
tree | 608f8cdcf0fe8fe6e5c46b1ae45ef5f50abe359c | |
parent | 7108b76e87e9a31099f5d4ac0aed6c3b77dce728 [diff] |
qla2xxx: Remove wait for online from host reset handler. This can block progress of the SCSI error handler thread and cause long I/O outages. Instead just fail immediately if another reset is going on or we are accessing flash memory. Signed-off-by: Chad Dupuis <chad.dupuis@qlogic.com> Signed-off-by: Saurav Kashyap <saurav.kashyap@qlogic.com> Signed-off-by: Christoph Hellwig <hch@lst.de>