From: David S. Miller Date: Wed, 9 Jul 2008 05:49:00 +0000 (-0700) Subject: netdev: Kill qdisc_ingress, use netdev->rx_queue.qdisc instead. X-Git-Tag: v2.6.27-rc1~969^2~178 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=816f3258e70db38d6d92c8d871377179fd69160f;p=pandora-kernel.git netdev: Kill qdisc_ingress, use netdev->rx_queue.qdisc instead. Now that our qdisc management is bi-directional, per-queue, and fully orthogonal, there is no reason to have a special ingress qdisc pointer in struct net_device. Signed-off-by: David S. Miller --- Reading git-diff-tree failed