Skip to content

Commit

Permalink
blk-mq: add a few missing debugfs RQF_ flags
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
axboe committed Jan 10, 2018
1 parent a127567 commit 5d75d3f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions block/blk-mq-debugfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5d75d3f

Please sign in to comment.