From: Stefan Haberland Date: Mon, 24 Nov 2014 09:53:19 +0000 (+0100) Subject: s390/dasd: fix infinite term I/O loop X-Git-Tag: omap-for-v3.19/fixes-rc1~124^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c17124bf33f0d9450375610ff79ad83531b5bfe;p=pandora-kernel.git s390/dasd: fix infinite term I/O loop During device activation all paths could be lost and since the device is not active it has no indication of this fact - hence the CQR will time-out. The following cancelation might fail with -EINVAL because CIO took over control and started path verification. In this case mark the CQR as being CLEARED since it could not be running any more. Signed-off-by: Stefan Haberland Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed