mbox series

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

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

Message

Jens Axboe Oct. 22, 2024, 2:03 a.m. UTC
Hi,

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

Changes since v1:
- Lock around uring_cmd import, and also add a comment on why it's
  safe to split the import as long as we've assigned the resource
  node.

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