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 5D6EBC0015E for ; Thu, 13 Jul 2023 13:17:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233978AbjGMNRK (ORCPT ); Thu, 13 Jul 2023 09:17:10 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50812 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229455AbjGMNRI (ORCPT ); Thu, 13 Jul 2023 09:17:08 -0400 Received: from out-32.mta0.migadu.com (out-32.mta0.migadu.com [IPv6:2001:41d0:1004:224b::20]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E8D7AE4D for ; Thu, 13 Jul 2023 06:17:06 -0700 (PDT) Content-Type: text/plain; charset=us-ascii DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1689254225; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=I+dPUPTmwBYtftPXHExk6W0A20wTkFyNXTYbt9nVnXc=; b=Plf1VJZqsSocTgkFrvxT3pd8zwNJ3D3lTkylOpz2s1XWebviS34/mH15tUhOnXdXnrAeht KjpZvZZ5RCLrfkACYLGWk9t66HInMYsE0xVVoFXFJc7K7Xgcc83jofaWDe8g3l6Phw7YYn g7iZVP2HiFm7/jeu8KZOUuEFKDmycvQ= MIME-Version: 1.0 Subject: Re: [PATCH] mm/memcg: fix obsolete comment above MEM_CGROUP_MAX_RECLAIM_LOOPS X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Muchun Song In-Reply-To: <20230713121432.273381-1-linmiaohe@huawei.com> Date: Thu, 13 Jul 2023 21:16:25 +0800 Cc: Andrew Morton , Johannes Weiner , Michal Hocko , Roman Gushchin , Shakeel Butt , Linux Memory Management List , cgroups@vger.kernel.org, LKML Content-Transfer-Encoding: 7bit Message-Id: References: <20230713121432.273381-1-linmiaohe@huawei.com> To: Miaohe Lin X-Migadu-Flow: FLOW_OUT Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > On Jul 13, 2023, at 20:14, Miaohe Lin wrote: > > Since commit 5660048ccac8 ("mm: move memcg hierarchy reclaim to generic > reclaim code"), mem_cgroup_hierarchical_reclaim() is already renamed to > mem_cgroup_soft_reclaim(). Update the corresponding comment. > > Signed-off-by: Miaohe Lin Reviewed-by: Muchun Song Thanks.