diff --git a/[refs] b/[refs] index 2d41e0009bd4..fb53249f8bcf 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 2b191befe2c47c2f6e96b836a1f6054c9cbc4a0b +refs/heads/master: d15150f755bb468afe003d1afee0f45a2fc5eeeb diff --git a/trunk/net/ipv4/fib_rules.c b/trunk/net/ipv4/fib_rules.c index 7b462a39aa4d..768e8f5d7daa 100644 --- a/trunk/net/ipv4/fib_rules.c +++ b/trunk/net/ipv4/fib_rules.c @@ -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*/