Commit 62ba0c00 authored by Ming Lei's avatar Ming Lei Committed by Jens Axboe

blk-mq: add RQF_ELV debug entry

Looks it is missed so add it.
Signed-off-by: default avatarMing Lei <ming.lei@redhat.com>
Link: https://lore.kernel.org/r/20211102133502.3619184-3-ming.lei@redhat.comSigned-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent a1cb6537
...@@ -309,6 +309,7 @@ static const char *const rqf_name[] = { ...@@ -309,6 +309,7 @@ static const char *const rqf_name[] = {
RQF_NAME(SPECIAL_PAYLOAD), RQF_NAME(SPECIAL_PAYLOAD),
RQF_NAME(ZONE_WRITE_LOCKED), RQF_NAME(ZONE_WRITE_LOCKED),
RQF_NAME(MQ_POLL_SLEPT), RQF_NAME(MQ_POLL_SLEPT),
RQF_NAME(ELV),
}; };
#undef RQF_NAME #undef RQF_NAME
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment