(usagi-users 03613) Re: [PATCH] [NET]: NETFILTER: remove duplicated operation and fix order in skb_clone().
"David S. Miller" <[email protected]>
| Newsgroups | gmane.linux.ipv6.usagi.users,gmane.linux.network |
|---|---|
| Message-ID | <[email protected]> |
From: YOSHIFUJI Hideaki <[email protected]> Date: Fri, 17 Feb 2006 21:51:01 +0900 (JST) > [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 <[email protected]>. > > And this patch also fixes order of copying / clearing members. > > Signed-off-by: YOSHIFUJI Hideaki <[email protected]> Patch applied to net-2.6, thank you very much.