From: Herbert Xu Date: Sun, 14 Oct 2007 07:39:55 +0000 (-0700) Subject: [NETFILTER]: Avoid skb_copy/pskb_copy/skb_realloc_headroom X-Git-Tag: v2.6.24-rc1~1277^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ca7b0ac022aa0158599178fe1056b1ba9ec8b97;p=pandora-kernel.git [NETFILTER]: Avoid skb_copy/pskb_copy/skb_realloc_headroom This patch replaces unnecessary uses of skb_copy, pskb_copy and skb_realloc_headroom by functions such as skb_make_writable and pskb_expand_head. This allows us to remove the double pointers later. Signed-off-by: Herbert Xu Signed-off-by: David S. Miller --- Reading git-diff-tree failed