From: Rusty Russell Date: Sat, 3 May 2008 02:50:43 +0000 (-0500) Subject: virtio: ignore corrupted virtqueues rather than spinning. X-Git-Tag: v2.6.26-rc1~15^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ef827526fc01820a7a80827802e9fad3f34f937;p=pandora-kernel.git virtio: ignore corrupted virtqueues rather than spinning. A corrupt virtqueue (caused by the other end screwing up) can have strange results such as a driver spinning: just bail when we try to get a buffer from a known-broken queue. Signed-off-by: Rusty Russell --- Reading git-diff-tree failed