[PATCH] Block queue IO tracing support (blktrace) as of 2006-03-23
[deliverable/linux.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;
 }
 
This page took 0.035612 seconds and 5 git commands to generate.