diff options
Diffstat (limited to 'include/net/net_namespace.h')
-rw-r--r-- | include/net/net_namespace.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/net_namespace.h b/include/net/net_namespace.h index 4a9da951a794..cb668bc2692d 100644 --- a/include/net/net_namespace.h +++ b/include/net/net_namespace.h | |||
@@ -61,7 +61,6 @@ struct net { | |||
61 | spinlock_t rules_mod_lock; | 61 | spinlock_t rules_mod_lock; |
62 | 62 | ||
63 | u32 hash_mix; | 63 | u32 hash_mix; |
64 | atomic64_t cookie_gen; | ||
65 | 64 | ||
66 | struct list_head list; /* list of network namespaces */ | 65 | struct list_head list; /* list of network namespaces */ |
67 | struct list_head exit_list; /* To linked to call pernet exit | 66 | struct list_head exit_list; /* To linked to call pernet exit |