From: Jens Axboe Date: Tue, 6 Sep 2005 06:57:57 +0000 (+0200) Subject: [PATCH] Backout the ->device change from revision 4 X-Git-Tag: blktrace-0.99~193 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=b704c63702e67ec266b862b55b71c6f7baad91e4;p=blktrace.git [PATCH] Backout the ->device change from revision 4 --- diff --git a/blktrace_api.h b/blktrace_api.h index e6a7498..75612ef 100644 --- a/blktrace_api.h +++ b/blktrace_api.h @@ -67,7 +67,6 @@ struct blk_io_trace { __u32 cpu; /* on what cpu did it happen */ __u16 error; /* completion error */ __u16 pdu_len; /* length of data after this trace */ - __u32 device; /* device identifier (dev_t) */ char comm[16]; /* task command name (TASK_COMM_LEN) */ };