Skip to content

Commit 5d75d3f

Browse files
committed
blk-mq: add a few missing debugfs RQF_ flags
We are missing ZONE_WRITE_LOCKED and MQ_TIMEOUT_EXPIRED, add them so the debugfs bits can decode them. Signed-off-by: Jens Axboe <[email protected]>
1 parent a127567 commit 5d75d3f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

block/blk-mq-debugfs.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,8 @@ static const char *const rqf_name[] = {
288288
RQF_NAME(HASHED),
289289
RQF_NAME(STATS),
290290
RQF_NAME(SPECIAL_PAYLOAD),
291+
RQF_NAME(ZONE_WRITE_LOCKED),
292+
RQF_NAME(MQ_TIMEOUT_EXPIRED),
291293
};
292294
#undef RQF_NAME
293295

0 commit comments

Comments
 (0)