From: Stefan Haberland Date: Fri, 26 Feb 2010 21:37:48 +0000 (+0100) Subject: [S390] dasd: correct offline processing X-Git-Tag: v2.6.34-rc1~268^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b695adfaa118fd7c50eca8990e348dd7372ee0aa;p=pandora-kernel.git [S390] dasd: correct offline processing Flushing the dasd ccw request queue may stop the processing of the block device request queue. Destroy partitions may wait for outstanding requests and thus hang. Swapping dasd_destroy_partitions and dasd_flush_request_queue so that the request queue is empty before dasd_destroy_partitions is called. Signed-off-by: Stefan Haberland Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed