On 10/24/23 11:33, chengming.zhou@xxxxxxxxx wrote: > From: Chengming Zhou <zhouchengming@xxxxxxxxxxxxx> > > We need all get_partial() related interfaces to return a slab, instead > of returning the freelist (or object). > > Use the partial_context.object to return back freelist or object for > now. This patch shouldn't have any functional changes. > > Signed-off-by: Chengming Zhou <zhouchengming@xxxxxxxxxxxxx> Reviewed-by: Vlastimil Babka <vbabka@xxxxxxx> I think you could even move patches 3/7 and 4/7 to the front of the series, as cleanups that are useful on their own. Thanks!