]> www.infradead.org Git - users/jedix/linux-maple.git/commit
io_uring/zcrx: split common area map/unmap parts
authorPavel Begunkov <asml.silence@gmail.com>
Thu, 1 May 2025 12:17:17 +0000 (13:17 +0100)
committerJens Axboe <axboe@kernel.dk>
Fri, 2 May 2025 15:24:42 +0000 (09:24 -0600)
commit8a62804248fff77749048a0f5511649b2569bba9
tree3fb41f13bb4545bdf0fcd96825761b35ac2e1eca
parent782dfa329ac9d1b5ca7b6df56a7696bac58cb829
io_uring/zcrx: split common area map/unmap parts

Extract area type depedent parts of io_zcrx_[un]map_area from the
generic path. It'll be helpful once there are more area memory types
and not only user pages.

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Link: https://lore.kernel.org/r/50f6e893e2d20f937e628196cbf528d15f81c289.1746097431.git.asml.silence@gmail.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/zcrx.c