projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a127567
)
blk-mq: add a few missing debugfs RQF_ flags
author
Jens Axboe
<axboe@kernel.dk>
Wed, 10 Jan 2018 18:30:08 +0000
(11:30 -0700)
committer
Jens Axboe
<axboe@kernel.dk>
Wed, 10 Jan 2018 18:47:38 +0000
(11:47 -0700)
We are missing ZONE_WRITE_LOCKED and MQ_TIMEOUT_EXPIRED, add them
so the debugfs bits can decode them.
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 8adc83786256c33039c85e72ab9b4f7d187db5d7..25d41151073d445d50d758dddef8881ac2a31f22 100644
(file)
--- a/
block/blk-mq-debugfs.c
+++ b/
block/blk-mq-debugfs.c
@@
-288,6
+288,8
@@
static const char *const rqf_name[] = {
RQF_NAME(HASHED),
RQF_NAME(STATS),
RQF_NAME(SPECIAL_PAYLOAD),
+ RQF_NAME(ZONE_WRITE_LOCKED),
+ RQF_NAME(MQ_TIMEOUT_EXPIRED),
};
#undef RQF_NAME