[S390] dasd: fix timeout handling in interrupt handler
authorStefan Weinhuber <wein@de.ibm.com>
Thu, 15 May 2008 14:52:36 +0000 (16:52 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Thu, 15 May 2008 14:52:40 +0000 (16:52 +0200)
commitf16f5843507ceaea315dae82b9fee29a65b72f24
treea691e01633177998054fdba2fc1b01f40d90cc3c
parent5cbbf16a0fab91662af8400b5ada658990932a87
[S390] dasd: fix timeout handling in interrupt handler

When the dasd_int_handler is called with an error code instead of
an irb, the associated request should be restarted. This handling
was missing from the -ETIMEDOUT case. In fact it should be done in
any case.

Signed-off-by: Stefan Weinhuber <wein@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
drivers/s390/block/dasd.c