[PATCH] Backout the ->device change from revision 4
authorJens Axboe <axboe@suse.de>
Tue, 6 Sep 2005 06:57:57 +0000 (08:57 +0200)
committerJens Axboe <axboe@suse.de>
Tue, 6 Sep 2005 06:57:57 +0000 (08:57 +0200)
blktrace_api.h

index e6a7498f5080316c1abc53b7abf82cb9ba9a0924..75612efe2499d44d388ab79d32be68b511ec8142 100644 (file)
@@ -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) */
 };