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>
Thu, 25 Mar 2021 17:22:19 +0000 (11:22 -0600)
commitbc32734b4fffc7bd865389d461a652518f72b80f
tree689ebcf3f5d1db0eca031c57fcca46be7c885b78
parent9725b91a1b46b208a6d5a76ebef37156bf8edb8d
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