block: add debugfs stanza for QUEUE_FLAG_NOWAIT
authorAndres Freund <andres@anarazel.de>
Mon, 28 Dec 2020 19:27:18 +0000 (11:27 -0800)
committerJens Axboe <axboe@kernel.dk>
Tue, 29 Dec 2020 23:47:46 +0000 (16:47 -0700)
commitdc30432605bbbd486dfede3852ea4d42c40a84b4
tree4ef1c37af4886b81375cf087a03d0db82ef52b24
parent875b2376fd663832bf45f7285c9d26cb8c52929a
block: add debugfs stanza for QUEUE_FLAG_NOWAIT

This was missed in 021a24460dc2. Leads to the numeric value of
QUEUE_FLAG_NOWAIT (i.e. 29) showing up in
/sys/kernel/debug/block/*/state.

Fixes: 021a24460dc28e7412aecfae89f60e1847e685c0
Cc: Konstantin Khlebnikov <khlebnikov@yandex-team.ru>
Cc: Mike Snitzer <snitzer@redhat.com>
Cc: Christoph Hellwig <hch@lst.de>
Cc: Jens Axboe <axboe@kernel.dk>
Signed-off-by: Andres Freund <andres@anarazel.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-mq-debugfs.c