aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMing Lei <[email protected]>2021-11-02 21:35:01 +0800
committerJens Axboe <[email protected]>2021-11-03 09:27:57 -0600
commit62ba0c008f5d46006b71b2757e2db29e0ce7e68b (patch)
tree4e185677cebb0b20c1d353808923196d960f7a2e
parenta1cb65377e707500819b2c2c34064e5ceb32798b (diff)
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]>
-rw-r--r--block/blk-mq-debugfs.c1
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