X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=net%2Fcore%2Fnet_namespace.c;fp=net%2Fcore%2Fnet_namespace.c;h=7a77dcabd4e878ac6ab9338718fdbd8dd7ea423c;hb=3ee5256da092a4047e54dc36e4d6d45ca49652a6;hp=1fe58167d39a6fb907be443765693e328a1e6b7e;hpb=deeb91f59dbcdcb8044c6109b3d7b11448d9a72d;p=deliverable%2Flinux.git diff --git a/net/core/net_namespace.c b/net/core/net_namespace.c index 1fe58167d39a..7a77dcabd4e8 100644 --- a/net/core/net_namespace.c +++ b/net/core/net_namespace.c @@ -533,7 +533,7 @@ static struct pernet_operations __net_initdata net_ns_ops = { .exit = net_ns_net_exit, }; -static struct nla_policy rtnl_net_policy[NETNSA_MAX + 1] = { +static const struct nla_policy rtnl_net_policy[NETNSA_MAX + 1] = { [NETNSA_NONE] = { .type = NLA_UNSPEC }, [NETNSA_NSID] = { .type = NLA_S32 }, [NETNSA_PID] = { .type = NLA_U32 },