projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a1cb653
)
blk-mq: add RQF_ELV debug entry
author
Ming Lei
<ming.lei@redhat.com>
Tue, 2 Nov 2021 13:35:01 +0000
(21:35 +0800)
committer
Jens Axboe
<axboe@kernel.dk>
Wed, 3 Nov 2021 15:27:57 +0000
(09:27 -0600)
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>
block/blk-mq-debugfs.c
patch
|
blob
|
history
diff --git
a/block/blk-mq-debugfs.c
b/block/blk-mq-debugfs.c
index 0f8c60e9c719825c85bc8687ef4dc4dc51f80be4..4cdce8b985579df7780eadab5e4eb935e9745a80 100644
(file)
--- 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