]> bbs.cooldavid.org Git - net-next-2.6.git/commit - net/ipv4/ip_output.c
ipv4: use skb_dst_copy() in ip_copy_metadata()
authorEric Dumazet <eric.dumazet@gmail.com>
Thu, 1 Jul 2010 23:48:22 +0000 (23:48 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 6 Jul 2010 01:50:56 +0000 (18:50 -0700)
commitfe76cda3081b502986f0c8b28b0cf8bfc27d44d5
treebd45fceb43d838aad7d9dae054979386539abcf7
parenta99db196db1166a2159add4a3013e5df0ea126fa
ipv4: use skb_dst_copy() in ip_copy_metadata()

Avoid touching dst refcount in ip_fragment().

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/ip_output.c