]> git.baikalelectronics.ru Git - kernel.git/commit
[S390] qdio: prevent double qdio shutdown in case of I/O errors
authorJan Glauber <jang@linux.vnet.ibm.com>
Tue, 28 Oct 2008 10:10:13 +0000 (11:10 +0100)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Tue, 28 Oct 2008 10:12:02 +0000 (11:12 +0100)
commita2368ae5abb4782bdaaf0b01c8624819d425dc70
tree3f9ce7a8afba1d2ba263dc564a08b52106cb9179
parent185ca2e8d48c8f5c18667ce7b1d1e5337298d816
[S390] qdio: prevent double qdio shutdown in case of I/O errors

In case of I/O errors on a qdio subchannel qdio_shutdown may be
called twice by the qdio driver and by zfcp. Remove the
superfluous shutdown from qdio and let the upper layer driver
handle the error condition.

Signed-off-by: Jan Glauber <jang@linux.vnet.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
drivers/s390/cio/qdio_main.c