Skip to content

Commit 745ed37

Browse files
committed
block: add missing request flags to debugfs code
We're missing TIMED_OUT and RESV. Particularly the former is handy for debugging, let's get them added. Reviewed-by: Bart Van Assche <[email protected]> Signed-off-by: Jens Axboe <[email protected]>
1 parent 75c523a commit 745ed37

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
@@ -283,7 +283,9 @@ static const char *const rqf_name[] = {
283283
RQF_NAME(SPECIAL_PAYLOAD),
284284
RQF_NAME(ZONE_WRITE_LOCKED),
285285
RQF_NAME(MQ_POLL_SLEPT),
286+
RQF_NAME(TIMED_OUT),
286287
RQF_NAME(ELV),
288+
RQF_NAME(RESV),
287289
};
288290
#undef RQF_NAME
289291

0 commit comments

Comments
 (0)