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 76c996457ff9..61b7340b357a 100644
--- a/fs/proc/root.c
+++ b/fs/proc/root.c
@@ -203,7 +203,7 @@ struct proc_dir_entry proc_root = {
203 .proc_iops = &proc_root_inode_operations, 203 .proc_iops = &proc_root_inode_operations,
204 .proc_fops = &proc_root_operations, 204 .proc_fops = &proc_root_operations,
205 .parent = &proc_root, 205 .parent = &proc_root,
206 .subdir = RB_ROOT_CACHED, 206 .subdir = RB_ROOT,
207 .name = proc_root.inline_name, 207 .name = proc_root.inline_name,
208 .inline_name = "/proc", 208 .inline_name = "/proc",
209}; 209};