On Tue, Oct 25, 2022 at 09:38:04PM +0900, Sergey Senozhatsky wrote: > On (22/10/25 11:55), Aleksey Romanov wrote: > > > Return: the index of the zsmalloc &size_class that hold objects of the > > > provided size. > > > > > > unsigned int zs_lookup_class_index(struct zs_pool *pool, unsigned int size) > > > { > > > struct size_class *class = pool->size_class[get_size_class_index(size)]; > > > > > > return class->index; > > > } > > > > Sure. I think it would be more logical, and perhaps such a function > > would be more applicable in other cases, in the future. > > > > Will you fix it in your cherry-pick? > > For that I probably will ask you to send out v2, if possible. Okay, I will send v2 soon. -- Thank you, Alexey