[SCSI] zfcp: fix: avoid removal of fsf reqs before qdio queues are down
authorAndreas Herrmann <aherrman@de.ibm.com>
Mon, 18 Sep 2006 20:30:36 +0000 (22:30 +0200)
committerJames Bottomley <jejb@mulgrave.il.steeleye.com>
Sat, 23 Sep 2006 23:01:46 +0000 (18:01 -0500)
Fix the fix ... One of my previous fixes introduced removal of all fsf
requests in zfcp's eh_host_reset_handler. But this must not happen
before qdio queues are shut down. So, I revert the changes of
zfcp_scsi_eh_host_reset_handler.

Signed-off-by: Andreas Herrmann <aherrman@de.ibm.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>

No differences found