From: Eric Dumazet Date: Wed, 25 May 2011 04:40:11 +0000 (+0000) Subject: sch_sfq: fix peek() implementation X-Git-Tag: v3.0-rc1~147^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07bd8df5df4369487812bf85a237322ff3569b77;p=pandora-kernel.git sch_sfq: fix peek() implementation Since commit eeaeb068f139 (sch_sfq: allow big packets and be fair), sfq_peek() can return a different skb that would be normally dequeued by sfq_dequeue() [ if current slot->allot is negative ] Use generic qdisc_peek_dequeued() instead of custom implementation, to get consistent result. Signed-off-by: Eric Dumazet CC: Jarek Poplawski CC: Patrick McHardy CC: Jesper Dangaard Brouer Signed-off-by: David S. Miller --- Reading git-diff-tree failed