]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[NETFILTER]: Do not be clever about SKB ownership in ip_ct_gather_frags().
authorDavid S. Miller <davem@davemloft.net>
Thu, 19 May 2005 19:36:33 +0000 (12:36 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 19 May 2005 19:36:33 +0000 (12:36 -0700)
commit8be58932ca596972e4953ae980d8bc286857cae8
tree44ee4e92a652bdbc3f3f368bc8f253ce9539a13a
parentd9fa0f392b20b2b8e3df379c44194492a2446c6e
[NETFILTER]: Do not be clever about SKB ownership in ip_ct_gather_frags().

Just do an skb_orphan() and be done with it.
Based upon discussions with Herbert Xu on netdev.

Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/netfilter/ip_conntrack_core.c