commit | ef7c79ed645f52bcbdd88f8d54a9702c4d3fd15d | [log] [tgz] |
---|---|---|
author | Patrick McHardy <kaber@trash.net> | Tue Jun 05 12:38:30 2007 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Thu Jun 07 13:40:10 2007 -0700 |
tree | 4c27ec3362d958b99672366437d5eb6038dd561d | |
parent | 14a49e1fd2bb91ba2bf0e1f06711b6dbc21de02d [diff] [blame] |
[NETLINK]: Mark netlink policies const Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>
diff --git a/net/ipv6/fib6_rules.c b/net/ipv6/fib6_rules.c index fc3882c..53b3998 100644 --- a/net/ipv6/fib6_rules.c +++ b/net/ipv6/fib6_rules.c
@@ -157,7 +157,7 @@ return 1; } -static struct nla_policy fib6_rule_policy[FRA_MAX+1] __read_mostly = { +static const struct nla_policy fib6_rule_policy[FRA_MAX+1] = { FRA_GENERIC_POLICY, };