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>
Tue, 21 Sep 2021 18:09:07 +0000 (12:09 -0600)
commitf56c0de0694376955dad0779618900435ea270cf
treebba8dfde49eb6ac0e7b29cd18a1aafff78f29743
parentfebfc90209e0bb63c5b5eb904d572270810b171b
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->async_cmd()
handler to deal with.

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