diff options
author | Pavel Begunkov <asml.silence@gmail.com> | 2020-10-10 18:34:10 +0100 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2020-10-10 12:49:25 -0600 |
commit | 0bdf7a2ddb7d8b28d1c9f505e7f32aa2972d461b (patch) | |
tree | bf6e2bb9fe69a8b4f240ef4fd0f67261d4326ff3 /net/lapb/lapb_timer.c | |
parent | 71b547c048eb10d54627932019411549b1e4cfb7 (diff) |
io_uring: use a separate struct for timeout_remove
Don't use struct io_timeout for both IORING_OP_TIMEOUT and
IORING_OP_TIMEOUT_REMOVE, they're quite different. Split them in two,
that allows to remove an unused field in struct io_timeout, and btw kill
->flags not used by either. This also easier to follow, especially for
timeout remove.
Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'net/lapb/lapb_timer.c')
0 files changed, 0 insertions, 0 deletions