commit | 2056a782f8e7e65fd4bfd027506b4ce1c5e9ccd4 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@suse.de> | Thu Mar 23 20:00:26 2006 +0100 |
committer | Jens Axboe <axboe@suse.de> | Thu Mar 23 20:00:26 2006 +0100 |
tree | d4fe59a7ca0c110690937085548936a4535c39db | |
parent | 6dac40a7ce2483a47b54af07afebeb84131c7228 [diff] [blame] |
[PATCH] Block queue IO tracing support (blktrace) as of 2006-03-23 Signed-off-by: Jens Axboe <axboe@suse.de>
diff --git a/include/linux/sched.h b/include/linux/sched.h index 62e6314..e60a91d 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h
@@ -706,6 +706,7 @@ prio_array_t *array; unsigned short ioprio; + unsigned int btrace_seq; unsigned long sleep_avg; unsigned long long timestamp, last_ran;