Re: [PATCH] mm: remove __krealloc

From: Florian Westphal
Date: Thu Dec 12 2019 - 18:18:38 EST


David Rientjes <rientjes@xxxxxxxxxx> wrote:
> On Thu, 12 Dec 2019, Florian Westphal wrote:
>
> > Since 5.5-rc1 the last user of this function is gone, so remove the
> > functionality.
> >
> > See commit
> > 2ad9d7747c10 ("netfilter: conntrack: free extension area immediately")
> > for details.
> >
> > Signed-off-by: Florian Westphal <fw@xxxxxxxxx>
>
> So this also means that we can fold __do_krealloc() into krealloc()?

I would leave that to compiler but if you prefer this I can respin.