[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAOUHufb5OiJr41+z0aUTZsShVhH30=YVoEVv39Li53jOin4hRw@mail.gmail.com>
Date: Tue, 19 Apr 2022 18:50:28 -0600
From: Yu Zhao <yuzhao@...gle.com>
To: Andrew Morton <akpm@...ux-foundation.org>
Cc: Stephen Rothwell <sfr@...hwell.id.au>,
Linux-MM <linux-mm@...ck.org>, Andi Kleen <ak@...ux.intel.com>,
Aneesh Kumar <aneesh.kumar@...ux.ibm.com>,
Barry Song <21cnbao@...il.com>,
Catalin Marinas <catalin.marinas@....com>,
Dave Hansen <dave.hansen@...ux.intel.com>,
Hillf Danton <hdanton@...a.com>, Jens Axboe <axboe@...nel.dk>,
Jesse Barnes <jsbarnes@...gle.com>,
Johannes Weiner <hannes@...xchg.org>,
Jonathan Corbet <corbet@....net>,
Linus Torvalds <torvalds@...ux-foundation.org>,
Matthew Wilcox <willy@...radead.org>,
Mel Gorman <mgorman@...e.de>,
Michael Larabel <Michael@...haellarabel.com>,
Michal Hocko <mhocko@...nel.org>,
Mike Rapoport <rppt@...nel.org>,
Rik van Riel <riel@...riel.com>,
Vlastimil Babka <vbabka@...e.cz>,
Will Deacon <will@...nel.org>,
Ying Huang <ying.huang@...el.com>,
Linux ARM <linux-arm-kernel@...ts.infradead.org>,
"open list:DOCUMENTATION" <linux-doc@...r.kernel.org>,
linux-kernel <linux-kernel@...r.kernel.org>,
Kernel Page Reclaim v2 <page-reclaim@...gle.com>,
"the arch/x86 maintainers" <x86@...nel.org>
Subject: Re: [PATCH v10 00/14] Multi-Gen LRU Framework
On Wed, Apr 13, 2022 at 11:06 PM Andrew Morton
<akpm@...ux-foundation.org> wrote:
>
> The code uses
>
> struct lru_gen_mm_walk *walk
>
> in some places and
>
> struct mm_walk *walk
>
> in others. This is already driving me nuts. Can we please use
> different identifiers for different types?
Sorry.
Going with "struct lru_gen_mm_walk *args", unless there are objections.
("struct mm_walk *walk" is an existing convention so I don't think I
should change that.)
Powered by blists - more mailing lists