fib: remove a useless synchronize_rcu() call
[pandora-kernel.git] / net / core / fib_rules.c
index 21698f8..1bc3f25 100644 (file)
@@ -494,7 +494,6 @@ static int fib_nl_delrule(struct sk_buff *skb, struct nlmsghdr* nlh, void *arg)
                        }
                }
 
-               synchronize_rcu();
                notify_rule_change(RTM_DELRULE, rule, ops, nlh,
                                   NETLINK_CB(skb).pid);
                fib_rule_put(rule);