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:
d3a25c9
)
ipv4: fix rcu splat
author
Eric Dumazet
<edumazet@google.com>
Tue, 17 Jul 2012 20:42:13 +0000
(22:42 +0200)
committer
David S. Miller
<davem@davemloft.net>
Tue, 17 Jul 2012 20:47:33 +0000
(13:47 -0700)
free_nh_exceptions() should use rcu_dereference_protected(..., 1)
since its called after one RCU grace period.
Also add some const-ification in recent code.
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found