Re: [PATCH v6 01/12] common/rc: Add _min() and _max() helpers
From: Ojaswin Mujoo
Date: Mon Sep 15 2025 - 07:19:55 EST
On Fri, Sep 12, 2025 at 05:53:47PM +0100, John Garry wrote:
> On 11/09/2025 18:13, Ojaswin Mujoo wrote:
> > Many programs open code these functionalities so add it as a generic helper
> > in common/rc
> >
> > Reviewed-by: Darrick J. Wong <djwong@xxxxxxxxxx>
> > Signed-off-by: Ojaswin Mujoo <ojaswin@xxxxxxxxxxxxx>
>
> Reviewed-by: John Garry <john.g.gary@xxxxxxxxxx>
>
> I just sent a patch for something similar for blktests to linux-block. I
> wonder how much commonality there is for such helpers...
>
> BTW, let me know if I should attribute some credit there. cheers
Thanks for the review John!
I think the helpers are simple enough so credit is not needed :)
Thanks,
Ojaswin