On 2024/12/16 23:23, Jonathan Cameron wrote: >> Correct the API's parameter @parent check by (!parent || !parent->p). >> >> Signed-off-by: Zijun Hu <quic_zijuhu@xxxxxxxxxxx> > Given that 'from' implies continuation of an iteration I can see why > it might not ever be relevant to check parent. It's harmless, but to > my mind unnecessary. the extra check !parent has no overhead and make this check consistent with others in the cluster. (^^)