diff options
author | Sebastian Ott | 2018-03-15 15:03:43 +0100 |
---|---|---|
committer | Martin Schwidefsky | 2018-03-26 16:13:06 +0200 |
commit | 135a8b4ce5d737115571f08c6d0649f1aed6a48a (patch) | |
tree | 2c604872a0bea58568e5435a11797333364d53eb /drivers/s390/cio/qdio_debug.c | |
parent | 88bf319fc2d6d971ef8692c2cae7f96708340461 (diff) |
s390/cio: fix unbind of io_subchannel_driver
If the io_subchannel_driver is unbound from a subchannel it bluntly kills
all I/O on the subchannel and sets the ccw_device state to not operable
before deregistering the ccw_device. However, for online devices we should
set the device offline (disband path groups etc.) which does not happen if
the device is in not oper state.
Simply deregister the ccw device - ccw_device_remove is smart enough to set
the device offline properly. If everything fails call io_subchannel_quiesce
afterwards as a safeguard.
Reported-by: Shalini Chellathurai Saroja <shalini@de.ibm.com>
Signed-off-by: Sebastian Ott <sebott@linux.vnet.ibm.com>
Acked-by: Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'drivers/s390/cio/qdio_debug.c')
0 files changed, 0 insertions, 0 deletions