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>
Thu, 25 Mar 2021 17:22:19 +0000 (11:22 -0600)
commitebcd91a9136d59d6add8b8385657b6cd7c219789
treefb649c90e0dbcd93f2f0ecaf9cb80fdefcd11ea2
parentbc32734b4fffc7bd865389d461a652518f72b80f
block: wire up support for file_operations->uring_cmd()

Pass it through the mq_ops->uring_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
fs/block_dev.c
include/linux/blk-mq.h
include/linux/blkdev.h