block: wire up support for file_operations->uring_cmd()
authorJens Axboe <axboe@kernel.dk>
Fri, 18 Dec 2020 22:12:01 +0000 (15:12 -0700)
committerJens Axboe <axboe@kernel.dk>
Tue, 21 Sep 2021 18:09:07 +0000 (12:09 -0600)
commit12881903733dbc21d90b4b100f8139313d847f6b
tree5661512612971878e113aa270a9fba4ec5da95a8
parentf56c0de0694376955dad0779618900435ea270cf
block: wire up support for file_operations->uring_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