projects
/
blktrace.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee1f415
)
[PATCH] Backout the ->device change from revision 4
author
Jens Axboe
<axboe@suse.de>
Tue, 6 Sep 2005 06:57:57 +0000
(08:57 +0200)
committer
Jens Axboe
<axboe@suse.de>
Tue, 6 Sep 2005 06:57:57 +0000
(08:57 +0200)
blktrace_api.h
patch
|
blob
|
blame
|
history
diff --git
a/blktrace_api.h
b/blktrace_api.h
index e6a7498f5080316c1abc53b7abf82cb9ba9a0924..75612efe2499d44d388ab79d32be68b511ec8142 100644
(file)
--- 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) */
};