From: Patrick McHardy Date: Mon, 9 Jan 2006 06:15:34 +0000 (-0800) Subject: [PKT_SCHED]: Convert tc action functions to single skb pointers X-Git-Tag: v2.6.16-rc1~658^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f43c5a0df38e12f53a3023175a12da9b7ef0df63;p=pandora-kernel.git [PKT_SCHED]: Convert tc action functions to single skb pointers tcf_action_exec only gets a single skb pointer and doesn't own the skb, but passes double skb pointers (to a local variable) to the action functions. Change to use single skb pointers everywhere. Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed