diff options
Diffstat (limited to 'include/net/net_namespace.h')
| -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 c5a43f56b79..de644bcd861 100644 --- a/include/net/net_namespace.h +++ b/include/net/net_namespace.h @@ -56,6 +56,8 @@ struct net {  	struct user_namespace   *user_ns;	/* Owning user namespace */ +	unsigned int		proc_inum; +  	struct proc_dir_entry 	*proc_net;  	struct proc_dir_entry 	*proc_net_stat;  |