* Patrick McHardy <[EMAIL PROTECTED]> 2007-03-22 15:38

> [NET]: Fix fib_rules dump race
> 
> fib_rules_dump needs to use list_for_each_entry_rcu to protect against
> concurrent changes to the rules list.

Good catch, it's not serialized with add/del by rtnl mutex if the
dump gets interrupted.
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to