io_uring: unify io_pin_pages()
authorJens Axboe <axboe@kernel.dk>
Wed, 13 Mar 2024 20:58:14 +0000 (14:58 -0600)
committerJens Axboe <axboe@kernel.dk>
Mon, 15 Apr 2024 14:10:26 +0000 (08:10 -0600)
commit1943f96b3816e0f0d3d6686374d6e1d617c8b42c
treed3a5fdc9ea0f1b535f459e65b866ea981ebf5db8
parent09fc75e0c035a2cabb8caa15cec6e85159dd94f0
io_uring: unify io_pin_pages()

Move it into io_uring.c where it belongs, and use it in there as well
rather than have two implementations of this.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/io_uring.c
io_uring/rsrc.c