mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-04 05:29:15 +08:00
[IPV4] fib_rules.c: make struct fib_rules static again
struct fib_rules became global for no good reason. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
2b191befe2
commit
d15150f755
@@ -100,7 +100,7 @@ static struct fib_rule local_rule = {
|
||||
.r_action = RTN_UNICAST,
|
||||
};
|
||||
|
||||
struct hlist_head fib_rules;
|
||||
static struct hlist_head fib_rules;
|
||||
|
||||
/* writer func called from netlink -- rtnl_sem hold*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user