diff options
author | Jens Axboe <axboe@suse.de> | 2006-01-12 12:44:05 +0100 |
---|---|---|
committer | Jens Axboe <axboe@suse.de> | 2006-01-12 12:44:05 +0100 |
commit | 80c536086fdcaa805050a0a08aa82f3d1e646335 (patch) | |
tree | 5f0eb3666f9a95da35977e6cc76b070eb51ca846 | |
parent | cf4839171e2c12b3cf471be168016a7586fbd2f3 (diff) | |
download | blktrace-80c536086fdcaa805050a0a08aa82f3d1e646335.tar.gz blktrace-80c536086fdcaa805050a0a08aa82f3d1e646335.tar.bz2 |
[PATCH] blkparse_fmt: missing 'requeue' event handling
-rw-r--r-- | blkparse_fmt.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/blkparse_fmt.c b/blkparse_fmt.c index 811f4b0..8fe9c19 100644 --- 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); |