Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d15150f7 authored by Adrian Bunk's avatar Adrian Bunk Committed by David S. Miller
Browse files

[IPV4] fib_rules.c: make struct fib_rules static again



struct fib_rules became global for no good reason.

Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 2b191bef
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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*/