Re: [PATCH] mm: remove __krealloc

From: David Rientjes
Date: Thu Dec 12 2019 - 18:00:07 EST


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()?