diff options
author | Ming Lei <ming.lei@redhat.com> | 2021-11-02 14:35:01 +0100 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2021-11-03 16:27:57 +0100 |
commit | 62ba0c008f5d46006b71b2757e2db29e0ce7e68b (patch) | |
tree | 4e185677cebb0b20c1d353808923196d960f7a2e /block | |
parent | blk-mq: only try to run plug merge if request has same queue with incoming bio (diff) | |
download | linux-62ba0c008f5d46006b71b2757e2db29e0ce7e68b.tar.xz linux-62ba0c008f5d46006b71b2757e2db29e0ce7e68b.zip |
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>
Diffstat (limited to 'block')
-rw-r--r-- | block/blk-mq-debugfs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/block/blk-mq-debugfs.c b/block/blk-mq-debugfs.c index 0f8c60e9c719..4cdce8b98557 100644 --- a/block/blk-mq-debugfs.c +++ b/block/blk-mq-debugfs.c @@ -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 |