[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)
commit8165428610446ea9e6aa9dfa5485ab78e58cc9fc
treec410ad0f802abd86461a04ea7a4f552447e3ed03
parent2abbe866c8eb0296e3f5343bcf73e5371522a738
[SCSI] zfcp: fix: avoid removal of fsf reqs before qdio queues are down

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>
drivers/s390/scsi/zfcp_erp.c
drivers/s390/scsi/zfcp_ext.h
drivers/s390/scsi/zfcp_scsi.c