[PATCH] blkparse_fmt: missing 'requeue' event handling
authorJens Axboe <axboe@suse.de>
Thu, 12 Jan 2006 11:44:05 +0000 (12:44 +0100)
committerJens Axboe <axboe@suse.de>
Thu, 12 Jan 2006 11:44:05 +0000 (12:44 +0100)
blkparse_fmt.c

index 811f4b0b9403e5c604d49d9b291a9fdd4e3ee657..8fe9c19196c559f527ee02e9373a8f069cc1f6f3 100644 (file)
@@ -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);