]> git.baikalelectronics.ru Git - kernel.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)
commitb86732daeb8b4fd2dc10a18f1b87cb0020e63f95
tree634e47a07c4604097491faedce63286c622f39c9
parented593d0bb5b53e4641e3c1d0686c18a4fdcb0fa0
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