s390/dasd: fix hanging device after resume with internal error 13
authorStefan Haberland <stefan.haberland@de.ibm.com>
Mon, 15 Apr 2013 14:41:31 +0000 (16:41 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Wed, 17 Apr 2013 12:07:34 +0000 (14:07 +0200)
commitc55768765e7b488ff20832c6ba89ea4e017a7b1b
tree5be7cd2ec6cf0c34fe05c19a29161702093c4031
parentd42e17129b9f473386d67c6a6549c28bd0e2b52e
s390/dasd: fix hanging device after resume with internal error 13

If too many ccw requests are pre-build before a suspend/resume cycle
the device might not get enough memory to do path verification
during resume.
Requeue requests to the block device request queue on suspend and free
pre-build ccw requests.

Signed-off-by: Stefan Haberland <stefan.haberland@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
drivers/s390/block/dasd.c
This page took 0.025908 seconds and 5 git commands to generate.