On Mon, Feb 24, 2025 at 01:31:10PM -0800, Keith Busch wrote:
From: Pavel Begunkov <asml.silence@gmail.com>
Registered buffer are currently imported in two steps, first we lookup
a rsrc node and then use it to set up the iterator. The first part is
usually done at the prep stage, and import happens whenever it's needed.
As we want to defer binding to a node so that it works with linked
requests, combine both steps into a single helper.
Reviewed-by: Keith Busch <kbusch@kernel.org>
Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Reviewed-by: Ming Lei <redacted>
Thanks,
Ming