git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a7a4f1c
)
net: introduce rcu_dereference_rtnl
author
Eric Dumazet
<eric.dumazet@gmail.com>
Wed, 8 Sep 2010 21:15:32 +0000
(14:15 -0700)
committer
David S. Miller
<davem@davemloft.net>
Wed, 8 Sep 2010 21:15:32 +0000
(14:15 -0700)
We use rcu_dereference_check(p, rcu_read_lock_held() ||
lockdep_rtnl_is_held()) several times in network stack.
More usages to come too, so its time to create a helper.
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found