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:
9619955
)
[NET]: Fix fib_rules dump race
author
Patrick McHardy
<kaber@trash.net>
Thu, 22 Mar 2007 19:24:38 +0000
(12:24 -0700)
committer
David S. Miller
<davem@davemloft.net>
Thu, 22 Mar 2007 19:24:38 +0000
(12:24 -0700)
fib_rules_dump needs to use list_for_each_entry_rcu to protect against
concurrent changes to the rules list.
Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found