block: add missing request flags to debugfs code
authorJens Axboe <axboe@kernel.dk>
Thu, 8 Sep 2022 23:26:59 +0000 (17:26 -0600)
committerJens Axboe <axboe@kernel.dk>
Fri, 9 Sep 2022 11:57:52 +0000 (05:57 -0600)
We're missing TIMED_OUT and RESV. Particularly the former is handy
for debugging, let's get them added.

Reviewed-by: Bart Van Assche <bvanassche@acm.org>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-mq-debugfs.c

index 8559cea7f300eefb19c8b5e67eae53de69fd4746..dee789f2f98fcbdd5111787d5e6ee69e976d493b 100644 (file)
@@ -283,7 +283,9 @@ static const char *const rqf_name[] = {
        RQF_NAME(SPECIAL_PAYLOAD),
        RQF_NAME(ZONE_WRITE_LOCKED),
        RQF_NAME(MQ_POLL_SLEPT),
+       RQF_NAME(TIMED_OUT),
        RQF_NAME(ELV),
+       RQF_NAME(RESV),
 };
 #undef RQF_NAME