diff options
Diffstat (limited to 'fs/proc/root.c')
-rw-r--r-- | fs/proc/root.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/proc/root.c b/fs/proc/root.c index 094e44d4a6be..e74ac9f1a2c0 100644 --- a/fs/proc/root.c +++ b/fs/proc/root.c | |||
@@ -251,6 +251,7 @@ struct proc_dir_entry proc_root = { | |||
251 | .proc_iops = &proc_root_inode_operations, | 251 | .proc_iops = &proc_root_inode_operations, |
252 | .proc_fops = &proc_root_operations, | 252 | .proc_fops = &proc_root_operations, |
253 | .parent = &proc_root, | 253 | .parent = &proc_root, |
254 | .subdir = RB_ROOT, | ||
254 | .name = "/proc", | 255 | .name = "/proc", |
255 | }; | 256 | }; |
256 | 257 | ||