net: rcu fixes
authorEric Dumazet <eric.dumazet@gmail.com>
Mon, 3 May 2010 10:50:14 +0000 (10:50 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 3 May 2010 22:53:54 +0000 (15:53 -0700)
Add hlist_for_each_entry_rcu_bh() and
hlist_for_each_entry_continue_rcu_bh() macros, and use them in
ipv6_get_ifaddr(), if6_get_first() and if6_get_next() to fix lockdeps
warnings.

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Reviewed-by: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found