RE: [PATCH 3/3] net/ceph/messenger: add empty check to ceph_con_get_out_msg()

From: Viacheslav Dubeyko
Date: Mon Aug 11 2025 - 19:32:49 EST


On Fri, 2025-08-08 at 17:41 +0000, Viacheslav Dubeyko wrote:
> On Wed, 2025-08-06 at 11:48 +0200, Max Kellermann wrote:
> > This moves the list_empty() checks from the two callers (v1 and v2)
> > into the base messenger.c library. Now the v1/v2 specializations do
> > not need to know about con->out_queue; that implementation detail is
> > now hidden behind the ceph_con_get_out_msg() function.
> >
> > Signed-off-by: Max Kellermann <max.kellermann@xxxxxxxxx>
>
> Looks good.
>
> Reviewed-by: Viacheslav Dubeyko <Slava.Dubeyko@xxxxxxx>
>
>

Tested-by: Viacheslav Dubeyko <Slava.Dubeyko@xxxxxxx>

Thanks,
Slava.