blk-mq-debugfs: Add names for recently added flags
authorBart Van Assche <[email protected]>
Fri, 18 Aug 2017 22:52:54 +0000 (15:52 -0700)
committerJens Axboe <[email protected]>
Fri, 25 Aug 2017 14:07:44 +0000 (08:07 -0600)
commit22d538213ec4fa65b08b1edbf610066d8aab7bbb
tree634e47a07c4604097491faedce63286c622f39c9
parent50b4d485528d1dbe0bd249f2073140e3444f4a7b
blk-mq-debugfs: Add names for recently added flags

The symbolic constants QUEUE_FLAG_SCSI_PASSTHROUGH, QUEUE_FLAG_QUIESCED
and REQ_NOWAIT are missing from blk-mq-debugfs.c. Add these to
blk-mq-debugfs.c such that these appear as names in debugfs instead of
as numbers.

Reviewed-by: Omar Sandoval <[email protected]>
Signed-off-by: Bart Van Assche <[email protected]>
Cc: Hannes Reinecke <[email protected]>
Signed-off-by: Jens Axboe <[email protected]>
block/blk-mq-debugfs.c