io_uring: add support for IORING_OP_URING_CMD
authorJens Axboe <axboe@kernel.dk>
Thu, 16 Dec 2021 12:46:19 +0000 (18:16 +0530)
committerJens Axboe <axboe@kernel.dk>
Fri, 17 Dec 2021 16:52:30 +0000 (09:52 -0700)
commit0f37cb0a171eccbc967dbdd340fedc122575d6a3
tree49ee400a805b8a51392069bf7a1133745322a092
parent869d13ef221c3d0112ebffc9eb922d9d55292396
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