]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/core/fib_rules.c
cpumask: introduce new API, without changing anything, v3
[linux-2.6-omap-h63xx.git] / net / core / fib_rules.c
index 277a2302eb3abb666574a5b3b7dc2714f45ef7c4..79de3b14a8d13256f54aaea43d1e3c6c9092833c 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)