diff options
author | Cornelia Huck <cornelia.huck@de.ibm.com> | 2006-10-11 09:31:41 -0400 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2006-10-11 09:31:41 -0400 |
commit | e7769b48a0216d7262fe2ba59b1b3697be462cbb (patch) | |
tree | a46d8a60d428c24183309ec5de08676ffc504191 /drivers/s390/cio/css.h | |
parent | 789642680518b28e7dc13f96061460a8238ec622 (diff) |
[S390] cio: Remove grace period for vary off chpid.
The grace period handling introduced needless complexity. It didn't
help the dasd driver (which can handle terminated I/O just well),
and it doesn't help for long running channel programs (which won't
complete during the grace period anyway). Terminating I/O using a
path that just disappeared immediately is much more consistent with
what the user expects.
Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'drivers/s390/cio/css.h')
-rw-r--r-- | drivers/s390/cio/css.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/s390/cio/css.h b/drivers/s390/cio/css.h index 15bd1e28ed70..4c2ff8336288 100644 --- a/drivers/s390/cio/css.h +++ b/drivers/s390/cio/css.h | |||
@@ -170,7 +170,7 @@ void device_trigger_reprobe(struct subchannel *); | |||
170 | 170 | ||
171 | /* Helper functions for vary on/off. */ | 171 | /* Helper functions for vary on/off. */ |
172 | int device_is_online(struct subchannel *); | 172 | int device_is_online(struct subchannel *); |
173 | void device_set_waiting(struct subchannel *); | 173 | void device_kill_io(struct subchannel *); |
174 | 174 | ||
175 | /* Machine check helper function. */ | 175 | /* Machine check helper function. */ |
176 | void device_kill_pending_timer(struct subchannel *); | 176 | void device_kill_pending_timer(struct subchannel *); |