[PATCH v10 00/14] Multi-Gen LRU Framework

Yu Zhao yuzhao at google.com
Tue Apr 19 17:50:28 PDT 2022


On Wed, Apr 13, 2022 at 11:06 PM Andrew Morton
<akpm at linux-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.)



More information about the linux-arm-kernel mailing list