diff options
Diffstat (limited to 'fs/proc/proc_net.c')
-rw-r--r-- | fs/proc/proc_net.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/proc/proc_net.c b/fs/proc/proc_net.c index d72fc40241d9..a2bf369c923d 100644 --- a/fs/proc/proc_net.c +++ b/fs/proc/proc_net.c | |||
@@ -196,7 +196,7 @@ static __net_init int proc_net_ns_init(struct net *net) | |||
196 | if (!netd) | 196 | if (!netd) |
197 | goto out; | 197 | goto out; |
198 | 198 | ||
199 | netd->subdir = RB_ROOT; | 199 | netd->subdir = RB_ROOT_CACHED; |
200 | netd->data = net; | 200 | netd->data = net; |
201 | netd->nlink = 2; | 201 | netd->nlink = 2; |
202 | netd->namelen = 3; | 202 | netd->namelen = 3; |