mbox series

[PATCHSET,for-next,0/4] Get rid of io_kiocb->imu

Message ID 20241018183948.464779-1-axboe@kernel.dk (mailing list archive)
Headers show
Series Get rid of io_kiocb->imu | expand

Message

Jens Axboe Oct. 18, 2024, 6:38 p.m. UTC
Hi,

There's really no need to keep this one in the io_kiocb, so get rid
of it.

 include/linux/io_uring_types.h |  3 ---
 io_uring/net.c                 | 29 ++++++++++++++++-------------
 io_uring/rw.c                  |  5 +++--
 io_uring/uring_cmd.c           |  9 +++++----
 4 files changed, 24 insertions(+), 22 deletions(-)