On 2023/11/1 21:40, Vlastimil Babka wrote: > On 10/31/23 15:07, chengming.zhou@xxxxxxxxx wrote: >> From: Chengming Zhou <zhouchengming@xxxxxxxxxxxxx> >> >> Since all partial slabs on the CPU partial list are not frozen anymore, >> we don't unfreeze when moving cpu partial slabs to node partial list, >> it's better to rename these functions. >> >> Signed-off-by: Chengming Zhou <zhouchengming@xxxxxxxxxxxxx> > > Reviewed-by: Vlastimil Babka <vbabka@xxxxxxx> > > However I think put_partials_node() is not the best name as it's not > something specific to a single node. I think __put_partials() would be > better. Right, I will change to __put_partials() in v5. Thanks!