From: David S. Miller Date: Sat, 19 Jul 2008 03:54:17 +0000 (-0700) Subject: pkt_sched: Get rid of u32_list. X-Git-Tag: v2.6.27-rc1~969^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72b25a913ed9b1ab49c7022adaf3f271a65ea219;p=pandora-kernel.git pkt_sched: Get rid of u32_list. The u32_list is just an indirect way of maintaining a reference to a U32 node on a per-qdisc basis. Just add an explicit node pointer for u32 to struct Qdisc an do away with this global list. Signed-off-by: David S. Miller --- Reading git-diff-tree failed