From: David S. Miller Date: Wed, 10 Aug 2005 02:25:21 +0000 (-0700) Subject: [NET]: Kill skb->list X-Git-Tag: v2.6.14-rc1~1035^2~220 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8728b834b226ffcf2c94a58530090e292af2a7bf;p=pandora-kernel.git [NET]: Kill skb->list Remove the "list" member of struct sk_buff, as it is entirely redundant. All SKB list removal callers know which list the SKB is on, so storing this in sk_buff does nothing other than taking up some space. Two tricky bits were SCTP, which I took care of, and two ATM drivers which Francois Romieu fixed up. Signed-off-by: David S. Miller Signed-off-by: Francois Romieu --- Reading git-diff-tree failed