]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/core/fib_rules.c
net: add fib_rules_ops to flush_cache method
[linux-2.6-omap-h63xx.git] / net / core / fib_rules.c
index e3e9ab0f74e33caf9e0df3a8d0829359f86eefe7..1c2943a119f3f8a001b3e47626939120c54fa088 100644 (file)
@@ -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)