On 2/24/25 16:52, Caleb Sander Mateos wrote:
On Mon, Feb 24, 2025 at 8:07 AM Pavel Begunkov <asml.silence@xxxxxxxxx> wrote:
io_prep_rw() relies on async_data being allocated in io_prep_rw_setup().
Be a bit more explicit and move the allocation earlier into io_prep_rw()
and don't hide it in a call chain.
Hmm, where is async_data currently used in io_prep_rw()? I don't see
It calls io_prep_rw_pi(), which uses it inside, that's the "relies"
part.
any reference to async_data in io_prep_rw() until your patch 4,
"io_uring/rw: open code io_prep_rw_setup()". Would it make sense to
combine the 2 patches?
Sure, if it rebases cleanly.
--
Pavel Begunkov