commit | 4f70ecca9c57731b4acbe5043eb22e4416bd2368 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <eric.dumazet@gmail.com> | Mon May 03 10:50:14 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon May 03 15:53:54 2010 -0700 |
tree | 3b725168959ffd2b65152e27dbe3479f6e110dd3 | |
parent | 52a60ed2da716105de5f906a3630c475264b87d5 [diff] |
net: rcu fixes 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>