io_uring: add support for IORING_OP_URING_CMD
authorJens Axboe <axboe@kernel.dk>
Wed, 17 Mar 2021 19:05:51 +0000 (13:05 -0600)
committerJens Axboe <axboe@kernel.dk>
Mon, 12 Jul 2021 17:29:13 +0000 (11:29 -0600)
commitaa8f7ca46b2f22ac24b277e3408d7767bea0db98
tree6649ad40628ceab13ce391382ceb20aa2438b534
parent6edc4bf18e2711dcc415eb056bd72125b41b2a56
io_uring: add support for IORING_OP_URING_CMD

This is a file private kind of request. io_uring doesn't know what's
in this command type, it's for the file_operations->uring_cmd()
handler to deal with.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/io_uring.c
include/linux/io_uring.h