aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/seq_file_net.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--include/linux/seq_file_net.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/seq_file_net.h b/include/linux/seq_file_net.h
index 0fdbe1ddd8d1..b97912fdbae7 100644
--- a/include/linux/seq_file_net.h
+++ b/include/linux/seq_file_net.h
@@ -9,7 +9,8 @@ extern struct net init_net;
struct seq_net_private {
#ifdef CONFIG_NET_NS
- struct net *net;
+ struct net *net;
+ netns_tracker ns_tracker;
#endif
};