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, 16 Mar 2021 15:55:32 +0000 (09:55 -0600)
commitadf1139f2750aac0d691f4547bf5b5320ad19350
tree4e9bf9e233e29d0e7921edd707634d8d1ad3bd56
parent93ec63eddb1073d97e5b5adf6395b2933bf4b853
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