Re: [PATCH 4/5] mm: rename the global section array to mem_sections

2021-05-25 Thread Dong Aisheng
On Tue, May 25, 2021 at 3:55 PM David Hildenbrand wrote: > > On 17.05.21 13:20, Dong Aisheng wrote: > > In order to distinguish the struct mem_section for a better code > > readability and align with kernel doc [1] name below, change the > > global mem section name to 'mem_sections' from

Re: [PATCH 4/5] mm: rename the global section array to mem_sections

2021-05-25 Thread David Hildenbrand
On 17.05.21 13:20, Dong Aisheng wrote: In order to distinguish the struct mem_section for a better code readability and align with kernel doc [1] name below, change the global mem section name to 'mem_sections' from 'mem_section'. [1] Documentation/vm/memory-model.rst "The `mem_section` objects

[PATCH 4/5] mm: rename the global section array to mem_sections

2021-05-17 Thread Dong Aisheng
In order to distinguish the struct mem_section for a better code readability and align with kernel doc [1] name below, change the global mem section name to 'mem_sections' from 'mem_section'. [1] Documentation/vm/memory-model.rst "The `mem_section` objects are arranged in a two-dimensional array