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:
14bb478
)
net: remove rcu locking from fib_rules_event()
author
Eric Dumazet
<eric.dumazet@gmail.com>
Tue, 9 Mar 2010 20:03:38 +0000
(20:03 +0000)
committer
David S. Miller
<davem@davemloft.net>
Wed, 17 Mar 2010 04:23:19 +0000
(21:23 -0700)
We hold RTNL at this point and dont use RCU variants of list traversals,
we dont need rcu_read_lock()/rcu_read_unlock()
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found