From: Igor Maravic Date: Thu, 1 Dec 2011 23:48:20 +0000 (+0000) Subject: forcedeath: Fix bql support for forcedeath X-Git-Tag: v3.3-rc1~182^2~372 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7505afe28c16a8d386624930a018d0052c75d687;p=pandora-kernel.git forcedeath: Fix bql support for forcedeath Moved netdev_completed_queue() out of while loop in function nv_tx_done_optimized(). Because this function was in while loop, BUG_ON(count > dql->num_queued - dql->num_completed) was hit in dql_completed(). Signed-off-by: Igor Maravic Acked-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed