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(-) -- Jens Axboe