Re: [PATCH 2/5] mm, slab_common: Remove unused kmalloc_cache_name()

From: Pengfei Li
Date: Mon Sep 09 2019 - 12:54:29 EST


On Mon, Sep 9, 2019 at 10:59 PM Vlastimil Babka <vbabka@xxxxxxx> wrote:
>
> On 9/3/19 6:04 PM, Pengfei Li wrote:
> > Since the name of kmalloc can be obtained from kmalloc_info[],
> > remove the kmalloc_cache_name() that is no longer used.
>
> That could simply be part of patch 1/5 really.
>

Ok, thanks.

> > Signed-off-by: Pengfei Li <lpf.vector@xxxxxxxxx>
>
> Ack
>
> > ---
> > mm/slab_common.c | 15 ---------------
> > 1 file changed, 15 deletions(-)