arp: RCU changes
authorEric Dumazet <eric.dumazet@gmail.com>
Thu, 3 Jun 2010 04:09:10 +0000 (04:09 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 4 Jun 2010 03:01:52 +0000 (20:01 -0700)
Avoid two atomic ops in arp_fwd_proxy()

Avoid two atomic ops in arp_process()

Valid optims since arp_rcv() is run under rcu_read_lock()

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

No differences found