From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 39C94C43603 for ; Thu, 12 Dec 2019 23:18:37 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 184182173E for ; Thu, 12 Dec 2019 23:18:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731377AbfLLXSf (ORCPT ); Thu, 12 Dec 2019 18:18:35 -0500 Received: from Chamillionaire.breakpoint.cc ([193.142.43.52]:37312 "EHLO Chamillionaire.breakpoint.cc" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731357AbfLLXSe (ORCPT ); Thu, 12 Dec 2019 18:18:34 -0500 Received: from fw by Chamillionaire.breakpoint.cc with local (Exim 4.92) (envelope-from ) id 1ifXiw-0007z1-Tq; Fri, 13 Dec 2019 00:18:23 +0100 Date: Fri, 13 Dec 2019 00:18:22 +0100 From: Florian Westphal To: David Rientjes Cc: Florian Westphal , linux-mm@kvack.org, cl@linux.com, penberg@kernel.org, iamjoonsoo.kim@lge.com, akpm@linux-foundation.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] mm: remove __krealloc Message-ID: <20191212231822.GO795@breakpoint.cc> References: <20191212223442.22141-1-fw@strlen.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org David Rientjes 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 > > 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.