|
@@ -273,7 +273,7 @@ static void cleanup_net(struct work_struct *work)
|
|
{
|
|
{
|
|
const struct pernet_operations *ops;
|
|
const struct pernet_operations *ops;
|
|
struct net *net, *tmp;
|
|
struct net *net, *tmp;
|
|
- LIST_HEAD(net_kill_list);
|
|
|
|
|
|
+ struct list_head net_kill_list;
|
|
LIST_HEAD(net_exit_list);
|
|
LIST_HEAD(net_exit_list);
|
|
|
|
|
|
/* Atomically snapshot the list of namespaces to cleanup */
|
|
/* Atomically snapshot the list of namespaces to cleanup */
|