diff options
author | Jens Axboe <axboe@suse.de> | 2006-02-02 11:56:56 +0100 |
---|---|---|
committer | Jens Axboe <axboe@suse.de> | 2006-02-02 11:56:56 +0100 |
commit | 210824c332e30b543676a537ddd34d380bc9c69d (patch) | |
tree | d5ed9e014865e2e612eefdd1631c6b2430cf9404 /blktrace_api.h | |
parent | 89482da65bbe96da701e2c873e3eeb3016b4e651 (diff) | |
download | blktrace-210824c332e30b543676a537ddd34d380bc9c69d.tar.gz blktrace-210824c332e30b543676a537ddd34d380bc9c69d.tar.bz2 |
[PATCH] Make the sequence per-CPU so the kernel side can be lockless
Diffstat (limited to 'blktrace_api.h')
-rw-r--r-- | blktrace_api.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/blktrace_api.h b/blktrace_api.h index 7a75f2d..7cc3cf5 100644 --- a/blktrace_api.h +++ b/blktrace_api.h @@ -65,7 +65,7 @@ enum { #define BLK_TA_REMAP (__BLK_TA_REMAP | BLK_TC_ACT(BLK_TC_QUEUE)) #define BLK_IO_TRACE_MAGIC 0x65617400 -#define BLK_IO_TRACE_VERSION 0x05 +#define BLK_IO_TRACE_VERSION 0x06 /* * The trace itself |