aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/fib_rules.h
diff options
context:
space:
mode:
authorDenis V. Lunev <den@openvz.org>2008-07-05 19:01:28 -0700
committerDavid S. Miller <davem@davemloft.net>2008-07-05 19:01:28 -0700
commitae299fc051aa68ca6ef1807c37bb92d9b6ff817c (patch)
treeff627bdee8efd3018f0e5ae9a35fe48a2f91a8ca /include/net/fib_rules.h
parentnetns: add namespace parameter to rt_cache_flush (diff)
downloadlinux-dev-ae299fc051aa68ca6ef1807c37bb92d9b6ff817c.tar.xz
linux-dev-ae299fc051aa68ca6ef1807c37bb92d9b6ff817c.zip
net: add fib_rules_ops to flush_cache method
This is required to pass namespace context into rt_cache_flush called from ->flush_cache. Signed-off-by: Denis V. Lunev <den@openvz.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/fib_rules.h')
-rw-r--r--include/net/fib_rules.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/fib_rules.h b/include/net/fib_rules.h
index a5c6ccc5bb19..c2bb5cae6515 100644
--- a/include/net/fib_rules.h
+++ b/include/net/fib_rules.h
@@ -62,7 +62,7 @@ struct fib_rules_ops
/* Called after modifications to the rules set, must flush
* the route cache if one exists. */
- void (*flush_cache)(void);
+ void (*flush_cache)(struct fib_rules_ops *ops);
int nlgroup;
const struct nla_policy *policy;