]> git.itanic.dy.fi Git - linux-stable/commit
s390/dasd: Fix unresumed device after suspend/resume having no paths
authorStefan Haberland <stefan.haberland@de.ibm.com>
Thu, 2 Apr 2015 11:18:39 +0000 (13:18 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Wed, 15 Apr 2015 10:23:51 +0000 (12:23 +0200)
commitdf3044f1ef002c2269b11cb76a1b2bec629732b4
tree3356cb0811b7a128a837992f5d62522291643dc5
parenta3147a7bc266df39b4f471ee7c4c9adcb56d29a6
s390/dasd: Fix unresumed device after suspend/resume having no paths

The DASD device driver prevents I/O from being started on stopped
devices. This also prevented channel paths to be verified and so
the device was unable to be resumed.
Fix by allowing path verification requests on stopped devices.

Signed-off-by: Stefan Haberland <stefan.haberland@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
drivers/s390/block/dasd.c