blk-mq: add RQF_ELV debug entry
authorMing Lei <ming.lei@redhat.com>
Tue, 2 Nov 2021 13:35:01 +0000 (21:35 +0800)
committerJens Axboe <axboe@kernel.dk>
Wed, 3 Nov 2021 15:27:57 +0000 (09:27 -0600)
Looks it is missed so add it.

Signed-off-by: Ming Lei <ming.lei@redhat.com>
Link: https://lore.kernel.org/r/20211102133502.3619184-3-ming.lei@redhat.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-mq-debugfs.c

index 0f8c60e..4cdce8b 100644 (file)
@@ -309,6 +309,7 @@ static const char *const rqf_name[] = {
        RQF_NAME(SPECIAL_PAYLOAD),
        RQF_NAME(ZONE_WRITE_LOCKED),
        RQF_NAME(MQ_POLL_SLEPT),
+       RQF_NAME(ELV),
 };
 #undef RQF_NAME