]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[NET]: NETFILTER: remove duplicated lines and fix order in skb_clone().
authorYOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Mon, 20 Feb 2006 06:32:06 +0000 (22:32 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 20 Feb 2006 06:32:06 +0000 (22:32 -0800)
commita8372f035aa2f6717123eb30679a08b619321dd4
tree8f4980a847ba961513340ac4200a1a918773c0a9
parent8e249f088131cde5f77fd073bf0b0e8b3e9ea4ac
[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 <olivier.matz@6wind.com>.

And this patch also fixes order of copying / clearing members.

Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/skbuff.c