Skip to content

Commit 62ba0c0

Browse files
Ming Leiaxboe
authored andcommitted
blk-mq: add RQF_ELV debug entry
Looks it is missed so add it. Signed-off-by: Ming Lei <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jens Axboe <[email protected]>
1 parent a1cb653 commit 62ba0c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

block/blk-mq-debugfs.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,7 @@ static const char *const rqf_name[] = {
309309
RQF_NAME(SPECIAL_PAYLOAD),
310310
RQF_NAME(ZONE_WRITE_LOCKED),
311311
RQF_NAME(MQ_POLL_SLEPT),
312+
RQF_NAME(ELV),
312313
};
313314
#undef RQF_NAME
314315

0 commit comments

Comments
 (0)