From: Peter Oberparleiter Date: Thu, 26 Mar 2009 14:24:20 +0000 (+0100) Subject: [S390] cio: prevent workqueue deadlock X-Git-Tag: v2.6.30-rc1~659^2~42 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56e25e9777bf15365293e27a3256eb9214a11edf;p=pandora-kernel.git [S390] cio: prevent workqueue deadlock Subchannel reprobing can block the kslowcrw workqueue indefinitely while waiting for device recognition to finish which is also scheduled to run on kslowcrw. Prevent this deadlock by moving the waiting portion of subchannel reprobing to the cio workqueue. Signed-off-by: Peter Oberparleiter Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed