X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=net%2Fcore%2Ffib_rules.c;h=79de3b14a8d13256f54aaea43d1e3c6c9092833c;hb=ad619800e4e034cad44299b2a22df9eebb043ac3;hp=277a2302eb3abb666574a5b3b7dc2714f45ef7c4;hpb=3b5c6b834984b09b7b7fba6a97d3a2878a4a8e42;p=linux-2.6 diff --git a/net/core/fib_rules.c b/net/core/fib_rules.c index 277a2302eb..79de3b14a8 100644 --- a/net/core/fib_rules.c +++ b/net/core/fib_rules.c @@ -69,7 +69,7 @@ static void rules_ops_put(struct fib_rules_ops *ops) static void flush_route_cache(struct fib_rules_ops *ops) { if (ops->flush_cache) - ops->flush_cache(); + ops->flush_cache(ops); } int fib_rules_register(struct fib_rules_ops *ops)