Skip to content

Commit

Permalink
[IPV4] fib_rules.c: make struct fib_rules static again
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Adrian Bunk authored and David S. Miller committed Mar 21, 2006
1 parent 2b191be commit d15150f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/ipv4/fib_rules.c
Original file line number Diff line number Diff line change
Expand Up @@ -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*/

Expand Down

0 comments on commit d15150f

Please sign in to comment.