]> git.baikalelectronics.ru Git - kernel.git/commit
[SCSI] zfcp: fix: use correct req_id in eh_abort_handler
authorAndreas Herrmann <aherrman@de.ibm.com>
Mon, 18 Sep 2006 20:29:20 +0000 (22:29 +0200)
committerJames Bottomley <jejb@mulgrave.il.steeleye.com>
Sat, 23 Sep 2006 23:00:56 +0000 (18:00 -0500)
commitacb15d296d06f94ef9edcd26880a3b62b7f2e989
treeb6a775ee5acbfdc91a349fc69580031e17276768
parenta3a204f0e051bc575b2bb7856352a41026793594
[SCSI] zfcp: fix: use correct req_id in eh_abort_handler

zfcp's eh_abort_handler used the wrong request ID to
identify the request to be aborted. The bug was introduced
with commit 1c9f400e5abd066e8ea9df41fd5e90246b0620f7
for improved management of request IDs. The bug is
fixed with this patch.

Signed-off-by: Andreas Herrmann <aherrman@de.ibm.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
drivers/s390/scsi/zfcp_aux.c
drivers/s390/scsi/zfcp_dbf.c
drivers/s390/scsi/zfcp_ext.h
drivers/s390/scsi/zfcp_fsf.c
drivers/s390/scsi/zfcp_scsi.c