diff options
author | Sebastian Ott <sebott@linux.vnet.ibm.com> | 2009-12-07 12:51:41 +0100 |
---|---|---|
committer | Martin Schwidefsky <sky@mschwide.boeblingen.de.ibm.com> | 2009-12-07 12:51:33 +0100 |
commit | d40f7b75a23d1e59b6ec9d6701231fd4c6992ac6 (patch) | |
tree | 74dc2947aea7aadc5a2ec81e70c5e41111f5d3ae /drivers/tc | |
parent | de1b04388f63cbddf91d9f6c50c29be7232881ca (diff) | |
download | linux-3.10-d40f7b75a23d1e59b6ec9d6701231fd4c6992ac6.tar.gz linux-3.10-d40f7b75a23d1e59b6ec9d6701231fd4c6992ac6.tar.bz2 linux-3.10-d40f7b75a23d1e59b6ec9d6701231fd4c6992ac6.zip |
[S390] cio: dont unregister a busy device in ccw_device_set_offline
If we detect a busy subchannel after the driver's set_offline
callback returned in ccw_device_set_offline, the current behavior
is to unregister the device, which may lead to undesired
consequences. Change this to just quiesce the subchannel and go on
with the offline processing.
Note: This is no excuse for not fixing these drivers -
after the set_offline callback they should have no running IO!
Signed-off-by: Sebastian Ott <sebott@linux.vnet.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'drivers/tc')
0 files changed, 0 insertions, 0 deletions