commit | f16f5843507ceaea315dae82b9fee29a65b72f24 | [log] [tgz] |
---|---|---|
author | Stefan Weinhuber <wein@de.ibm.com> | Thu May 15 16:52:36 2008 +0200 |
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | Thu May 15 16:52:40 2008 +0200 |
tree | a691e01633177998054fdba2fc1b01f40d90cc3c | |
parent | 5cbbf16a0fab91662af8400b5ada658990932a87 [diff] |
[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>