io_uring: add support for IORING_OP_URING_CMD
authorJens Axboe <axboe@kernel.dk>
Fri, 18 Dec 2020 22:09:38 +0000 (15:09 -0700)
committerJens Axboe <axboe@kernel.dk>
Thu, 28 Jan 2021 01:56:10 +0000 (18:56 -0700)
commita6b0e0a09957c00472970d7b38cd16fdb63bbca8
treeb806845a059c5cea36526b2344fc443ead9a04a5
parent467119ce99c984121e71d19e527e434f0da40f61
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
include/uapi/linux/io_uring.h