]> www.infradead.org Git - users/jedix/linux-maple.git/commit
io_uring/net: extract iovec import into a helper
authorPavel Begunkov <asml.silence@gmail.com>
Wed, 26 Feb 2025 11:41:21 +0000 (11:41 +0000)
committerJens Axboe <axboe@kernel.dk>
Thu, 27 Feb 2025 14:27:56 +0000 (07:27 -0700)
commit5ee6e3ea31fcaa8e27d6e44c2739d98c229cabbc
tree994b639ad177bfb79606a929627df325d2577aaf
parent51e158d40589f3576c598e67a741d398d1ca2189
io_uring/net: extract iovec import into a helper

Deduplicate iovec imports between compat and !compat by introducing a
helper function.

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