git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e249f0
)
[NET]: NETFILTER: remove duplicated lines and fix order in skb_clone().
author
YOSHIFUJI Hideaki
<yoshfuji@linux-ipv6.org>
Mon, 20 Feb 2006 06:32:06 +0000
(22:32 -0800)
committer
David S. Miller
<davem@davemloft.net>
Mon, 20 Feb 2006 06:32:06 +0000
(22:32 -0800)
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>
No differences found