io_uring/net: clean up io_msg_copy_hdr
authorPavel Begunkov <asml.silence@gmail.com>
Tue, 22 Oct 2024 14:43:15 +0000 (15:43 +0100)
committerJens Axboe <axboe@kernel.dk>
Tue, 29 Oct 2024 19:43:27 +0000 (13:43 -0600)
commit882dec6c39c40c13dd03e418952c4af38d91bb38
treea9f792aa90da4c23f3628a853be723bba0dd5329
parent52838787350d4ea8132804940d5308d95ce5e035
io_uring/net: clean up io_msg_copy_hdr

Put sr->umsg into a local variable, so it doesn't repeat "sr->umsg->"
for every field. It looks nicer, and likely without the patch it
compiles into a bunch of umsg memory reads.

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Link: https://lore.kernel.org/r/26c2f30b491ea7998bfdb5bb290662572a61064d.1729607201.git.asml.silence@gmail.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/net.c