io_uring: Rename struct io_op_def
authorBreno Leitao <leitao@debian.org>
Thu, 12 Jan 2023 14:44:10 +0000 (06:44 -0800)
committerJens Axboe <axboe@kernel.dk>
Sun, 29 Jan 2023 22:17:41 +0000 (15:17 -0700)
commita7dd27828b00be8c0c7520c53baf0b360f4d8bea
treeac63dfdabd190f9a1a8cd34893e2d0223573c41f
parent68a2cc1bba98144340f6ed66f3aed57e914766d0
io_uring: Rename struct io_op_def

The current io_op_def struct is becoming huge and the name is a bit
generic.

The goal of this patch is to rename this struct to `io_issue_def`. This
struct will contain the hot functions associated with the issue code
path.

For now, this patch only renames the structure, and an upcoming patch
will break up the structure in two, moving the non-issue fields to a
secondary struct.

Signed-off-by: Breno Leitao <leitao@debian.org>
Reviewed-by: Pavel Begunkov <asml.silence@gmail.com>
Link: https://lore.kernel.org/r/20230112144411.2624698-1-leitao@debian.org
Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/io_uring.c
io_uring/opdef.c
io_uring/opdef.h
io_uring/poll.c
io_uring/rw.c