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

(usagi-users 03605) two nf_conntrack_get_reasm() in skb_clone()



Hi,

in skb_clone(), the following code is done twice :

#if defined(CONFIG_NF_CONNTRACK) || defined(CONFIG_NF_CONNTRACK_MODULE)
	C(nfct_reasm);
	nf_conntrack_get_reasm(skb->nfct_reasm);
#endif


These lines were added when the new nf_conntrack subsystem was commited.
I think it can be a bug, can you please have a look at it ?

Thanks
Olivier