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>
Fri, 13 Aug 2021 14:32:18 +0000 (08:32 -0600)
commit89f381423885738ce0f0e1a0627c334c0905bb79
treeab64c3ca02602949286aa32b78b8654c418433cd
parent6071071e5ac984351af0273720f75af6ebca79eb
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