projects
/
blktrace.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf48391
)
[PATCH] blkparse_fmt: missing 'requeue' event handling
author
Jens Axboe
<axboe@suse.de>
Thu, 12 Jan 2006 11:44:05 +0000
(12:44 +0100)
committer
Jens Axboe
<axboe@suse.de>
Thu, 12 Jan 2006 11:44:05 +0000
(12:44 +0100)
blkparse_fmt.c
patch
|
blob
|
blame
|
history
diff --git
a/blkparse_fmt.c
b/blkparse_fmt.c
index 811f4b0b9403e5c604d49d9b291a9fdd4e3ee657..8fe9c19196c559f527ee02e9373a8f069cc1f6f3 100644
(file)
--- a/
blkparse_fmt.c
+++ b/
blkparse_fmt.c
@@
-265,6
+265,7
@@
static void process_default(char *act, struct per_cpu_info *pci,
t->pid, act, rwbs);
switch (act[0]) {
+ case 'R': /* Requeue */
case 'C': /* Complete */
if (t->action & BLK_TC_ACT(BLK_TC_PC)) {
char *p = dump_pdu(pdu_buf, pdu_len);