Re: [PATCH rdma v1] RDMA/mlx5: Fix UMR XLT cleanup on ODP populate failure

From: Prathamesh Deshpande

Date: Sun Apr 26 2026 - 09:34:21 EST


On Sun, 26 Apr 2026 at 12:19:09 +0300, Michael Gur wrote:
> The loop already checks !err in its condition, so a 'break' is
> sufficient here to avoid adding a new label.

Thanks for the feedback, Michael. I've sent a v2 with the 'break' change.