diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/net/net_namespace.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/net_namespace.h b/include/net/net_namespace.h index 24a8c5591f63..f307e133d14c 100644 --- a/include/net/net_namespace.h +++ b/include/net/net_namespace.h | |||
@@ -43,6 +43,7 @@ struct net { | |||
43 | #endif | 43 | #endif |
44 | struct list_head list; /* list of network namespaces */ | 44 | struct list_head list; /* list of network namespaces */ |
45 | struct list_head cleanup_list; /* namespaces on death row */ | 45 | struct list_head cleanup_list; /* namespaces on death row */ |
46 | struct list_head exit_list; /* Use only net_mutex */ | ||
46 | 47 | ||
47 | struct proc_dir_entry *proc_net; | 48 | struct proc_dir_entry *proc_net; |
48 | struct proc_dir_entry *proc_net_stat; | 49 | struct proc_dir_entry *proc_net_stat; |
@@ -236,6 +237,7 @@ struct pernet_operations { | |||
236 | struct list_head list; | 237 | struct list_head list; |
237 | int (*init)(struct net *net); | 238 | int (*init)(struct net *net); |
238 | void (*exit)(struct net *net); | 239 | void (*exit)(struct net *net); |
240 | void (*exit_batch)(struct list_head *net_exit_list); | ||
239 | int *id; | 241 | int *id; |
240 | size_t size; | 242 | size_t size; |
241 | }; | 243 | }; |