blk-mq: add a few missing debugfs RQF_ flags
authorJens Axboe <axboe@kernel.dk>
Wed, 10 Jan 2018 18:30:08 +0000 (11:30 -0700)
committerJens Axboe <axboe@kernel.dk>
Wed, 10 Jan 2018 18:47:38 +0000 (11:47 -0700)
We are missing ZONE_WRITE_LOCKED and MQ_TIMEOUT_EXPIRED, add them
so the debugfs bits can decode them.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-mq-debugfs.c

index 8adc83786256c33039c85e72ab9b4f7d187db5d7..25d41151073d445d50d758dddef8881ac2a31f22 100644 (file)
@@ -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