aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/fib_rules.h
diff options
context:
space:
mode:
authorDenis V. Lunev <den@openvz.org>2008-01-14 22:59:30 -0800
committerDavid S. Miller <davem@davemloft.net>2008-01-28 15:02:09 -0800
commit72132c1b6c7a7605cdfde86a9f58b6ca2b2195a6 (patch)
tree35b13af8135ad136800f39b9a7aff40082123878 /include/net/fib_rules.h
parent[NETNS]: Make arp code network namespace consistent. (diff)
downloadlinux-dev-72132c1b6c7a7605cdfde86a9f58b6ca2b2195a6.tar.xz
linux-dev-72132c1b6c7a7605cdfde86a9f58b6ca2b2195a6.zip
[IPV4]: fib_rules_unregister is essentially void.
fib_rules_unregister is called only after successful register and the return code is never checked. 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 e9a074cf59ed..4f472507129e 100644
--- a/include/net/fib_rules.h
+++ b/include/net/fib_rules.h
@@ -102,7 +102,7 @@ static inline u32 frh_get_table(struct fib_rule_hdr *frh, struct nlattr **nla)
}
extern int fib_rules_register(struct net *, struct fib_rules_ops *);
-extern int fib_rules_unregister(struct net *, struct fib_rules_ops *);
+extern void fib_rules_unregister(struct net *, struct fib_rules_ops *);
extern void fib_rules_cleanup_ops(struct fib_rules_ops *);
extern int fib_rules_lookup(struct fib_rules_ops *,