aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/net_namespace.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/core/net_namespace.c')
-rw-r--r--net/core/net_namespace.c2
1 files changed, 1 insertions, 1 deletions
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 = {
533 .exit = net_ns_net_exit, 533 .exit = net_ns_net_exit,
534}; 534};
535 535
536static struct nla_policy rtnl_net_policy[NETNSA_MAX + 1] = { 536static const struct nla_policy rtnl_net_policy[NETNSA_MAX + 1] = {
537 [NETNSA_NONE] = { .type = NLA_UNSPEC }, 537 [NETNSA_NONE] = { .type = NLA_UNSPEC },
538 [NETNSA_NSID] = { .type = NLA_S32 }, 538 [NETNSA_NSID] = { .type = NLA_S32 },
539 [NETNSA_PID] = { .type = NLA_U32 }, 539 [NETNSA_PID] = { .type = NLA_U32 },