mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-22 04:03:58 +08:00
blk-mq: add RQF_ELV debug entry
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>
This commit is contained in:
parent
a1cb65377e
commit
62ba0c008f
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user