Received: by 2002:a05:6a10:8c0a:0:0:0:0 with SMTP id go10csp1176600pxb; Thu, 28 Jan 2021 09:42:17 -0800 (PST) X-Google-Smtp-Source: ABdhPJxADhawrHORXwMFyskef6AqmcGdWm3NcfmLEKKt5UZ/SEgYwL/NAsdDu4X/LNvqLe+xzv9e X-Received: by 2002:a17:906:f841:: with SMTP id ks1mr471095ejb.507.1611855737267; Thu, 28 Jan 2021 09:42:17 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1611855737; cv=none; d=google.com; s=arc-20160816; b=lN+U/leqno+0+8UZ2yhkOfw+QqsUpCsnbwEKvrRwsD2uWw5fimdh90pm3IqwHuctzD tRcKXyQPGDAkTmSYNW4zW6hR9xsphiThm4Q1kPWr3NkE/mMhBe865OhLGGQ2W4UJXZ0I HNqPrWpnscqMIJ6U0UJl7VuOlzIYNpMJEv/bG6hGAulWHu147E5HTf7Ix8g6tNRTxyyt V3I0hvpcg4n3Vm/OaLhp4roVE7SXwhlrA9TKxubfvp0fwjUyF1Sp/vfYyKjicsCHD3j+ hVWkDQPsl+REpnZXH+Am57Qv4kf1gEBCwZy90s/KwUrC9/2ZUo+XsQ+GkN96Cu9AsNHi 6iVQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:content-language :in-reply-to:mime-version:user-agent:date:message-id:from:references :cc:to:subject; bh=YKKChhQYxr5+TzM98xgfNFVsg74beUy08Maz157hRA8=; b=iNtyMAHJ3hP1Nh1Ge/lph8c7V+FjUxeknFz9E7v5B1FQBVfa21++Nd+ES7KwJlJhbs R19xBs4oNvE2wqaYTSznRiGZ++GFMcXva9BDfxLZG+Mq7K/C7CFaU+9kJjSYZirriYWQ ig7TNe7X/iSYbujzVbAmyMQbwWqdqoBFIQ37+A4c+WOfn6iUz+hHxlxv1l5zCfAHmwFk pXv8TWmtJMSssejr8gLM5Z4nIVqrisdA6795Io/UNbsiqEf6ACQODinIn94W4EOxOMhm JrR9wy8xZ5neYNH0eNVxQ1hKw46uIBLE0l3pAY1Yx6M4l+viW2D2sW+Cloh3Blh5ip4w B5hw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id v10si1430111eja.298.2021.01.28.09.41.52; Thu, 28 Jan 2021 09:42:17 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233122AbhA1RkV (ORCPT + 99 others); Thu, 28 Jan 2021 12:40:21 -0500 Received: from mx2.suse.de ([195.135.220.15]:35574 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233220AbhA1RjK (ORCPT ); Thu, 28 Jan 2021 12:39:10 -0500 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.221.27]) by mx2.suse.de (Postfix) with ESMTP id C3034AD2B; Thu, 28 Jan 2021 17:38:25 +0000 (UTC) Subject: Re: [v5 PATCH 05/11] mm: memcontrol: rename shrinker_map to shrinker_info To: Yang Shi , guro@fb.com, ktkhai@virtuozzo.com, shakeelb@google.com, david@fromorbit.com, hannes@cmpxchg.org, mhocko@suse.com, akpm@linux-foundation.org Cc: linux-mm@kvack.org, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org References: <20210127233345.339910-1-shy828301@gmail.com> <20210127233345.339910-6-shy828301@gmail.com> From: Vlastimil Babka Message-ID: Date: Thu, 28 Jan 2021 18:38:25 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.6.1 MIME-Version: 1.0 In-Reply-To: <20210127233345.339910-6-shy828301@gmail.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 1/28/21 12:33 AM, Yang Shi wrote: > The following patch is going to add nr_deferred into shrinker_map, the change will > make shrinker_map not only include map anymore, so rename it to a more general > name. And this should make the patch adding nr_deferred cleaner and readable and make > review easier. Rename "memcg_shrinker_info" to "shrinker_info" as well. You mean rename struct memcg_shrinker_map, not "memcg_shrinker_info", right? > > Signed-off-by: Yang Shi Acked-by: Vlastimil Babka