From 5c41ac76a02a637919de0e117ba73f8e426d75f9 Mon Sep 17 00:00:00 2001 From: Michel Lespinasse Date: Mon, 8 Oct 2012 16:30:35 -0700 Subject: [PATCH] --- yaml --- r: 332386 b: refs/heads/master c: ea5272f5c94fb2ee62f4f15a5b88eef6184cd506 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/proc/proc_sysctl.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index f18d5b5abab3..8dd50224bcc7 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 4c199a93a2d36b277a9fd209a0f2793f8460a215 +refs/heads/master: ea5272f5c94fb2ee62f4f15a5b88eef6184cd506 diff --git a/trunk/fs/proc/proc_sysctl.c b/trunk/fs/proc/proc_sysctl.c index fddc50729632..a781bdf06694 100644 --- a/trunk/fs/proc/proc_sysctl.c +++ b/trunk/fs/proc/proc_sysctl.c @@ -142,6 +142,7 @@ static int insert_entry(struct ctl_table_header *head, struct ctl_table *entry) } rb_link_node(node, parent, p); + rb_insert_color(node, &head->parent->root); return 0; }