diff options
author | Sebastian Ott <sebott@linux.vnet.ibm.com> | 2011-01-12 03:55:10 -0500 |
---|---|---|
committer | Martin Schwidefsky <sky@mschwide.boeblingen.de.ibm.com> | 2011-01-12 03:55:12 -0500 |
commit | b17295e646562a2122ce84c1e55c9ae66fb6ae50 (patch) | |
tree | 83fb8abe213b218706c74717d4183c53b4dc6e63 /drivers/s390/cio/device.c | |
parent | 4162cf64973df51fc885825bc9ca4d055891c49f (diff) |
[S390] cio: path_event overindication after resume
While resuming report any found paths as new to the
device drivers.
Signed-off-by: Sebastian Ott <sebott@linux.vnet.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'drivers/s390/cio/device.c')
-rw-r--r-- | drivers/s390/cio/device.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/s390/cio/device.c b/drivers/s390/cio/device.c index e8391b89eff4..b7eaff9ca19e 100644 --- a/drivers/s390/cio/device.c +++ b/drivers/s390/cio/device.c | |||
@@ -1835,6 +1835,7 @@ static void __ccw_device_pm_restore(struct ccw_device *cdev) | |||
1835 | * available again. Kick re-detection. | 1835 | * available again. Kick re-detection. |
1836 | */ | 1836 | */ |
1837 | cdev->private->flags.resuming = 1; | 1837 | cdev->private->flags.resuming = 1; |
1838 | cdev->private->path_new_mask = LPM_ANYPATH; | ||
1838 | css_schedule_eval(sch->schid); | 1839 | css_schedule_eval(sch->schid); |
1839 | spin_unlock_irq(sch->lock); | 1840 | spin_unlock_irq(sch->lock); |
1840 | css_complete_work(); | 1841 | css_complete_work(); |