]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit2a958d9d63216fe1ca7a5ae215a2e94e49377dcc
treec410ad0f802abd86461a04ea7a4f552447e3ed03
parentfee11c991df30a0b4c790c56b621c018f7606ef6
[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