diff options
Diffstat (limited to 'fs/proc/proc_net.c')
-rw-r--r-- | fs/proc/proc_net.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/proc/proc_net.c b/fs/proc/proc_net.c index a63af3e0a612..1bde894bc624 100644 --- a/fs/proc/proc_net.c +++ b/fs/proc/proc_net.c | |||
@@ -192,6 +192,7 @@ static __net_init int proc_net_ns_init(struct net *net) | |||
192 | if (!netd) | 192 | if (!netd) |
193 | goto out; | 193 | goto out; |
194 | 194 | ||
195 | netd->subdir = RB_ROOT; | ||
195 | netd->data = net; | 196 | netd->data = net; |
196 | netd->nlink = 2; | 197 | netd->nlink = 2; |
197 | netd->namelen = 3; | 198 | netd->namelen = 3; |