kprobes: add (un)register_kprobes for batch registration
[safe/jmp/linux-2.6] / kernel / user.c
index 5925c68..debce60 100644 (file)
@@ -101,7 +101,7 @@ static int sched_create_user(struct user_struct *up)
 {
        int rc = 0;
 
-       up->tg = sched_create_group();
+       up->tg = sched_create_group(&root_task_group);
        if (IS_ERR(up->tg))
                rc = -ENOMEM;