From: Jens Axboe Date: Tue, 25 Jul 2006 13:02:48 +0000 (+0200) Subject: [PATCH] cciss: fix stall with softirq handling and CFQ X-Git-Tag: v2.6.18-rc3~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b30f09245d0e6868819b946b2f6879e5d3d106b;p=pandora-kernel.git [PATCH] cciss: fix stall with softirq handling and CFQ We need to postpone the queue startup until after the softirq handler has actually finished some requests, otherwise we could be racing with cciss_softirq_done() and not actually restart the queue handling. Signed-off-by: Jens Axboe --- Reading git-diff-tree failed