mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
[PATCH] Block queue IO tracing support (blktrace) as of 2006-03-23
Signed-off-by: Jens Axboe <axboe@suse.de>
This commit is contained in:
parent
6dac40a7ce
commit
2056a782f8
17 changed files with 916 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue