]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - kernel/fork.c
[PATCH] cpuset memory spread basic implementation
[linux-2.6-omap-h63xx.git] / kernel / fork.c
index c79ae0b19a4922da1ff651f802eb199afe4fe7c0..c21bae8c93b94bd8cfe60129af508a64ddb67c33 100644 (file)
@@ -181,6 +181,7 @@ static struct task_struct *dup_task_struct(struct task_struct *orig)
        /* One for us, one for whoever does the "release_task()" (usually parent) */
        atomic_set(&tsk->usage,2);
        atomic_set(&tsk->fs_excl, 0);
+       tsk->btrace_seq = 0;
        return tsk;
 }