]> git.karo-electronics.de Git - karo-tx-linux.git/commit
blk-mq-debugfs: Add names for recently added flags
authorBart Van Assche <bart.vanassche@wdc.com>
Fri, 18 Aug 2017 22:52:54 +0000 (15:52 -0700)
committerJens Axboe <axboe@kernel.dk>
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 <osandov@fb.com>
Signed-off-by: Bart Van Assche <bart.vanassche@wdc.com>
Cc: Hannes Reinecke <hare@suse.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-mq-debugfs.c