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:
9bef83e
)
fib_hash: RCU conversion phase 1
author
Eric Dumazet
<eric.dumazet@gmail.com>
Thu, 14 Oct 2010 20:53:34 +0000
(20:53 +0000)
committer
David S. Miller
<davem@davemloft.net>
Sun, 17 Oct 2010 20:53:15 +0000
(13:53 -0700)
First step for RCU conversion of fib_hash :
struct fn_zone are created and never deleted.
Very classic conversion, using rcu_assign_pointer(), rcu_dereference()
and rtnl_dereference() verbs.
__rcu markers on fz_next and fn_zone_list
They are created under RTNL, we dont need fib_hash_lock anymore in
fn_new_zone().
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/fib_hash.c
patch
|
blob
|
history
diff --cc
net/ipv4/fib_hash.c
Simple merge