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>
Tue, 16 Mar 2021 15:55:29 +0000 (09:55 -0600)
commit93ec63eddb1073d97e5b5adf6395b2933bf4b853
tree455912f11426db30df7ce93d9707fc72a5521b2a
parent8b723d33611f8601ad6b7b270300d5a408269124
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