fs/proc: use a rb tree for the directory entries
[deliverable/linux.git] / fs / proc / root.c
index 094e44d4a6be6ab52672100e2e089c154f1c9a8a..e74ac9f1a2c09cdec0621b244b0d9abc8de44699 100644 (file)
@@ -251,6 +251,7 @@ struct proc_dir_entry proc_root = {
        .proc_iops      = &proc_root_inode_operations, 
        .proc_fops      = &proc_root_operations,
        .parent         = &proc_root,
+       .subdir         = RB_ROOT,
        .name           = "/proc",
 };
 
This page took 0.025786 seconds and 5 git commands to generate.