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