Commit 745ed372 authored by Jens Axboe's avatar Jens Axboe
Browse files

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: default avatarBart Van Assche <bvanassche@acm.org>
Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent 75c523ac
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -283,7 +283,9 @@ static const char *const rqf_name[] = {
	RQF_NAME(SPECIAL_PAYLOAD),
	RQF_NAME(ZONE_WRITE_LOCKED),
	RQF_NAME(MQ_POLL_SLEPT),
	RQF_NAME(TIMED_OUT),
	RQF_NAME(ELV),
	RQF_NAME(RESV),
};
#undef RQF_NAME