mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-12 15:08:25 -04:00
[S390] qdio: prevent double qdio shutdown in case of I/O errors
In case of I/O errors on a qdio subchannel qdio_shutdown may be called twice by the qdio driver and by zfcp. Remove the superfluous shutdown from qdio and let the upper layer driver handle the error condition. Signed-off-by: Jan Glauber <jang@linux.vnet.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
This commit is contained in:
committed by
Martin Schwidefsky
parent
49fdf6785f
commit
7c045aa2c8
@@ -1083,7 +1083,6 @@ void qdio_int_handler(struct ccw_device *cdev, unsigned long intparm,
|
||||
case -EIO:
|
||||
sprintf(dbf_text, "ierr%4x", irq_ptr->schid.sch_no);
|
||||
QDIO_DBF_TEXT2(1, setup, dbf_text);
|
||||
qdio_int_error(cdev);
|
||||
return;
|
||||
case -ETIMEDOUT:
|
||||
sprintf(dbf_text, "qtoh%4x", irq_ptr->schid.sch_no);
|
||||
|
||||
Reference in New Issue
Block a user