diff options
author | Jens Axboe <[email protected]> | 2023-06-20 16:11:51 -0600 |
---|---|---|
committer | Jens Axboe <[email protected]> | 2023-06-21 07:34:17 -0600 |
commit | 26fed83653d0154704cadb7afc418f315c7ac1f0 (patch) | |
tree | ab86dcabe08071bb73102268a90e7dc0c329989b /tools/perf/scripts/python/intel-pt-events.py | |
parent | 78d0d2063bab954d19a1696feae4c7706a626d48 (diff) |
io_uring/net: use the correct msghdr union member in io_sendmsg_copy_hdr
Rather than assign the user pointer to msghdr->msg_control, assign it
to msghdr->msg_control_user to make sparse happy. They are in a union
so the end result is the same, but let's avoid new sparse warnings and
squash this one.
Reported-by: kernel test robot <[email protected]>
Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/
Fixes: cac9e4418f4c ("io_uring/net: save msghdr->msg_control for retries")
Reviewed-by: Christoph Hellwig <[email protected]>
Signed-off-by: Jens Axboe <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/intel-pt-events.py')
0 files changed, 0 insertions, 0 deletions