io_uring: rename IORING_OP_FILES_UPDATE
authorPavel Begunkov <asml.silence@gmail.com>
Tue, 12 Jul 2022 20:52:48 +0000 (21:52 +0100)
committerJens Axboe <axboe@kernel.dk>
Mon, 25 Jul 2022 00:41:07 +0000 (18:41 -0600)
commit4379d5f15b3fd4224c37841029178aa8082a242e
treedca000835b8abc79881ad8f6fe2f408435addf8e
parent63809137ebb58f0aa2ce359117422686e3304f45
io_uring: rename IORING_OP_FILES_UPDATE

IORING_OP_FILES_UPDATE will be a more generic opcode serving different
resource types, rename it into IORING_OP_RSRC_UPDATE and add subtype
handling.

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Link: https://lore.kernel.org/r/0a907133907d9af3415a8a7aa1802c6aa97c03c6.1657643355.git.asml.silence@gmail.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
include/uapi/linux/io_uring.h
io_uring/opdef.c
io_uring/rsrc.c
io_uring/rsrc.h