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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1D8A6ECAAD3 for ; Thu, 15 Sep 2022 04:55:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229617AbiIOEz2 (ORCPT ); Thu, 15 Sep 2022 00:55:28 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48722 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229498AbiIOEzZ (ORCPT ); Thu, 15 Sep 2022 00:55:25 -0400 Received: from smtp-out1.suse.de (smtp-out1.suse.de [195.135.220.28]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C06153A496 for ; Wed, 14 Sep 2022 21:55:24 -0700 (PDT) Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out1.suse.de (Postfix) with ESMTPS id 5CC2B3423E; Thu, 15 Sep 2022 04:55:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1663217723; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=Z0xze8A1sCO6K614gLEPWPgAf8tgweEA4vLdKay4BK8=; b=aBZZaoWr8I1ojZJQsJw1l6aTON0jJEAOaoJ4QWYAcLOBlEpQFXDdY+VDxgwz46oGe3+ic5 gFurn4uc+EZbGqiXCgc3sjzGS/51Het3Eo8+r68u6ZJBqqWIy9C4WTyiD+ubrGTJcc5kHb oYyWwCm16fHrgjiAuXKo7m/acxMKbtI= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1663217723; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=Z0xze8A1sCO6K614gLEPWPgAf8tgweEA4vLdKay4BK8=; b=b+jhXbDUMNtwWG3vPq+8nMk+AF68wiqdKVqReLZX94GHuO3j+/MqbNzc0qlps3Gw2La9qn HZstmdxvoOJu1FBA== Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id F1C46139B3; Thu, 15 Sep 2022 04:55:22 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id aYkKODqwImMALgAAMHmgww (envelope-from ); Thu, 15 Sep 2022 04:55:22 +0000 Date: Thu, 15 Sep 2022 06:55:21 +0200 From: Oscar Salvador To: Miaohe Lin Cc: akpm@linux-foundation.org, david@redhat.com, linux-mm@kvack.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 07/16] mm: remove obsolete pgdat_is_empty() Message-ID: References: <20220909092451.24883-1-linmiaohe@huawei.com> <20220909092451.24883-8-linmiaohe@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220909092451.24883-8-linmiaohe@huawei.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Sep 09, 2022 at 05:24:42PM +0800, Miaohe Lin wrote: > There's no caller. Remove it. > > Signed-off-by: Miaohe Lin Reviewed-by: Oscar Salvador -- Oscar Salvador SUSE Labs