diff options
Diffstat (limited to 'include/net/netns/mpls.h')
| -rw-r--r-- | include/net/netns/mpls.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/netns/mpls.h b/include/net/netns/mpls.h index 19ad2574b267..6682e51513ef 100644 --- a/include/net/netns/mpls.h +++ b/include/net/netns/mpls.h @@ -16,6 +16,7 @@ struct netns_mpls { int default_ttl; size_t platform_labels; struct mpls_route __rcu * __rcu *platform_label; + struct mutex platform_mutex; struct ctl_table_header *ctl; }; |
