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>
Fri, 13 Aug 2021 14:32:18 +0000 (08:32 -0600)
commit6071071e5ac984351af0273720f75af6ebca79eb
tree2ede32975d8d79fa1f4b7b309d9d1202ca870705
parent2a6393516d1760422ff2b66573ddc55c430c815e
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