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>
Mon, 12 Jul 2021 17:29:13 +0000 (11:29 -0600)
commitc6a3b25a59dfeba8873c2c8df61617455c331304
tree0b60600ead9a146e526e3d49652f6112f4021274
parentaa8f7ca46b2f22ac24b277e3408d7767bea0db98
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