]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
block: add missing request flags to debugfs code
authorJens Axboe <axboe@kernel.dk>
Thu, 8 Sep 2022 23:26:59 +0000 (17:26 -0600)
committerJens Axboe <axboe@kernel.dk>
Fri, 9 Sep 2022 11:57:52 +0000 (05:57 -0600)
commit745ed37277c5a7202180aa276c87db1362c90fe5
treea315af6f8eef2d94fd3099bd34f658e7411ca3c3
parent75c523ac0c07a3f0a8eb5c6eb156cd7b3e50924f
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 <bvanassche@acm.org>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-mq-debugfs.c