block: wire up support for file_operations->async_cmd()
authorJens Axboe <axboe@kernel.dk>
Thu, 16 Dec 2021 12:46:20 +0000 (18:16 +0530)
committerJens Axboe <axboe@kernel.dk>
Fri, 17 Dec 2021 16:52:30 +0000 (09:52 -0700)
commitf8d1afd705e719088caaad866a8517193ba3de4c
treef74a4121c217a0246c117f8f30dfb1167e4cdb97
parent0f37cb0a171eccbc967dbdd340fedc122575d6a3
block: wire up support for file_operations->async_cmd()

Pass it through the mq_ops->async_cmd() handler, so we can plumb it
through all the way to the device driver.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-mq.c
block/fops.c
include/linux/blk-mq.h
include/linux/blkdev.h