mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-25 00:52:45 -04:00
[IPV4/IPV6/DECNET]: Small cleanup for fib rules.
This patch slightly cleanups FIB rules framework. rules_list as a pointer on struct fib_rules_ops is useless. It is always assigned with a static per/subsystem list in IPv4, IPv6 and DecNet. Signed-off-by: Denis V. Lunev <den@openvz.org> Acked-by: Alexey Kuznetsov <kuznet@ms2.inr.ac.ru> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
056925ab31
commit
76c72d4f44
@@ -65,7 +65,7 @@ struct fib_rules_ops
|
||||
|
||||
int nlgroup;
|
||||
const struct nla_policy *policy;
|
||||
struct list_head *rules_list;
|
||||
struct list_head rules_list;
|
||||
struct module *owner;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user