OSDN Git Service

s390/ccwgroup: use BUS_NOTIFY_UNBOUND_DRIVER to trigger ungrouping
authorJulian Wiedmann <jwi@linux.ibm.com>
Wed, 5 May 2021 08:28:21 +0000 (10:28 +0200)
committerVasily Gorbik <gor@linux.ibm.com>
Mon, 7 Jun 2021 15:07:00 +0000 (17:07 +0200)
commit17c0b86e5fab71f6f1410ae31545b486e357dbe4
tree93081855776142cc3869a39d4d2c3cf7393e4b5a
parent428b7f59835d3e62cf5a1920f3f753782ae84e5e
s390/ccwgroup: use BUS_NOTIFY_UNBOUND_DRIVER to trigger ungrouping

ccwgroup_notifier() currently listens for BUS_NOTIFY_UNBIND_DRIVER
events, and triggers an ungrouping for the affected device.

Looking at __device_release_driver(), we can wait for a little longer
until the driver has been fully unbound and eg. bus->remove() has been
called. So listen for BUS_NOTIFY_UNBOUND_DRIVER instead. Due to locking
the current code should work just fine, but this clarifies our intent.

Signed-off-by: Julian Wiedmann <jwi@linux.ibm.com>
Reviewed-by: Vineeth Vijayan <vneethv@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
arch/s390/include/asm/ccwgroup.h
drivers/s390/cio/ccwgroup.c