From: Jarek Poplawski Date: Sun, 2 Nov 2008 07:36:03 +0000 (-0700) Subject: sch_netem: Replace ->requeue() method with open code X-Git-Tag: v2.6.29-rc1~581^2~803 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ba25dad0ac78850cd46d91186a27d60f7314752;p=pandora-kernel.git sch_netem: Replace ->requeue() method with open code After removing netem classful functionality we are sure its inner qdisc is tfifo, so we can replace qdisc->ops->requeue() method with open code. After this patch there are no more ops->requeue() users. The idea of this patch is by Patrick McHardy. Signed-off-by: Jarek Poplawski Signed-off-by: David S. Miller --- Reading git-diff-tree failed