From: YOSHIFUJI Hideaki Date: Mon, 20 Feb 2006 06:32:06 +0000 (-0800) Subject: [NET]: NETFILTER: remove duplicated lines and fix order in skb_clone(). X-Git-Tag: v2.6.16-rc5~74^2 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8372f035aa2f6717123eb30679a08b619321dd4;p=pandora-kernel.git [NET]: NETFILTER: remove duplicated lines and fix order in skb_clone(). Some of netfilter-related members are initalized / copied twice in skb_clone(). Remove one. Pointed out by Olivier MATZ . And this patch also fixes order of copying / clearing members. Signed-off-by: YOSHIFUJI Hideaki Signed-off-by: David S. Miller --- Reading git-diff-tree failed