Re: [PATCH] ublk: pass ubq, req, and io to ublk_commit_completion()

From: Caleb Sander Mateos
Date: Wed Apr 16 2025 - 14:50:23 EST


On Wed, Apr 16, 2025 at 11:08 AM Uday Shankar <ushankar@xxxxxxxxxxxxxxx> wrote:
>
> On Wed, Apr 16, 2025 at 11:19:33AM -0600, Caleb Sander Mateos wrote:
> > __ublk_ch_uring_cmd() already computes struct ublk_queue *ubq,
> > struct request *req, and struct ublk_io *io. Pass them to
> > ublk_commit_completion() to avoid repeating the lookups.
>
> I think this is rolled into https://lore.kernel.org/linux-block/20250415-ublk_task_per_io-v4-2-54210b91a46f@xxxxxxxxxxxxxxx/

Yup, it sure is. Thanks for already doing this.

Best,
Caleb