From: Eric Dumazet Date: Fri, 27 Sep 2013 21:20:01 +0000 (-0700) Subject: pkt_sched: fq: qdisc dismantle fixes X-Git-Tag: v3.12-rc4~30^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d34ce10c59b40e0ce2685341c4e93416f505e45;p=pandora-kernel.git pkt_sched: fq: qdisc dismantle fixes fq_reset() should drops all packets in queue, including throttled flows. This patch moves code from fq_destroy() to fq_reset() to do the cleaning. fq_change() must stop calling fq_dequeue() if all remaining packets are from throttled flows. Signed-off-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed