From: Stefan Bader Date: Fri, 24 Mar 2006 11:15:26 +0000 (-0800) Subject: [PATCH] s390: tape retry flooding by deferred CC in interrupt X-Git-Tag: v2.6.17-rc1~964 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=842d3fba94ed94cc5de7b712e0f4218ce6e4fd73;p=pandora-kernel.git [PATCH] s390: tape retry flooding by deferred CC in interrupt If a deferred CC happens there will be lots of messages, because the retry is done immediatly in the interrupt handler which can be too fast. To avoid this requeue the request and schedule the queue to be processed. Signed-off-by: Stefan Bader Signed-off-by: Martin Schwidefsky Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed