public inbox for linux-block@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] block: add missing request flags to debugfs code
@ 2022-09-08 23:28 Jens Axboe
  2022-09-09  2:36 ` Bart Van Assche
  0 siblings, 1 reply; 2+ messages in thread
From: Jens Axboe @ 2022-09-08 23:28 UTC (permalink / raw)
  To: linux-block@vger.kernel.org

We're missing TIMED_OUT and RESV. Particularly the former is handy
for debugging, let's get them added.

Signed-off-by: Jens Axboe <axboe@kernel.dk>

---

diff --git a/block/blk-mq-debugfs.c b/block/blk-mq-debugfs.c
index 8559cea7f300..dee789f2f98f 100644
--- a/block/blk-mq-debugfs.c
+++ b/block/blk-mq-debugfs.c
@@ -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
 
-- 
Jens Axboe

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] block: add missing request flags to debugfs code
  2022-09-08 23:28 [PATCH] block: add missing request flags to debugfs code Jens Axboe
@ 2022-09-09  2:36 ` Bart Van Assche
  0 siblings, 0 replies; 2+ messages in thread
From: Bart Van Assche @ 2022-09-09  2:36 UTC (permalink / raw)
  To: Jens Axboe, linux-block@vger.kernel.org

On 9/8/22 16:28, Jens Axboe wrote:
> We're missing TIMED_OUT and RESV. Particularly the former is handy
> for debugging, let's get them added.

Reviewed-by: Bart Van Assche <bvanassche@acm.org>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-09-09  2:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-08 23:28 [PATCH] block: add missing request flags to debugfs code Jens Axboe
2022-09-09  2:36 ` Bart Van Assche

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox