[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

(usagi-users 03613) Re: [PATCH] [NET]: NETFILTER: remove duplicated operation and fix order in skb_clone().



From: YOSHIFUJI Hideaki <yoshfuji@xxxxxxxxxxxxxx>
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 <olivier.matz@xxxxxxxxx>.
> 
> And this patch also fixes order of copying / clearing members.
> 
> Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@xxxxxxxxxxxxxx>

Patch applied to net-2.6, thank you very much.