aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc/root.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/proc/root.c')
-rw-r--r--fs/proc/root.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/proc/root.c b/fs/proc/root.c
index deecb397daa3..926fb27f4ca2 100644
--- a/fs/proc/root.c
+++ b/fs/proc/root.c
@@ -210,7 +210,7 @@ struct proc_dir_entry proc_root = {
210 .proc_iops = &proc_root_inode_operations, 210 .proc_iops = &proc_root_inode_operations,
211 .proc_fops = &proc_root_operations, 211 .proc_fops = &proc_root_operations,
212 .parent = &proc_root, 212 .parent = &proc_root,
213 .subdir = RB_ROOT, 213 .subdir = RB_ROOT_CACHED,
214 .name = "/proc", 214 .name = "/proc",
215}; 215};
216 216