ip_frag: dont touch device refcount
authorEric Dumazet <eric.dumazet@gmail.com>
Fri, 6 Nov 2009 04:59:47 +0000 (20:59 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 6 Nov 2009 06:34:22 +0000 (22:34 -0800)
commit69df9d5993bd7dd7499ad0e98fe824147fbe5667
tree584ed41f2122f46ea2adacfc0442617c88b4c007
parentbd27a8750c9b849068d80e298f99940bb7128b33
ip_frag: dont touch device refcount

When sending fragmentation expiration ICMP V4/V6 messages,
we can avoid touching device refcount, thanks to RCU

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