From: Eric Dumazet Date: Thu, 10 May 2012 05:36:34 +0000 (+0000) Subject: net_sched: update bstats in dequeue() X-Git-Tag: v3.5-rc1~109^2~109 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2dd875ff31ac7ff42d6fc7d7f78ac6c0635439f5;p=pandora-kernel.git net_sched: update bstats in dequeue() Class bytes/packets stats can be misleading because they are updated in enqueue() while packet might be dropped later. We already fixed all qdiscs but sch_atm. This patch makes the final cleanup. class rate estimators can now match qdisc ones. Signed-off-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed