Re: [PATCH] mm/hugetlb: use some helper functions to cleanup code

From: Miaohe Lin
Date: Wed Feb 10 2021 - 03:54:08 EST


On 2021/2/10 16:35, David Hildenbrand wrote:
> On 10.02.21 07:53, Miaohe Lin wrote:
>> We could use pages_per_huge_page to get the number of pages per hugepage,
>> use get_hstate_idx to calculate hstate index, and use hstate_is_gigantic
>> to check if a hstate is gigantic to make code more succinct.
>>
>
> Another suggestion, please collect and group your cleanups for a subsystem and send them in a single cleanup patch series where possible. Again, makes life easier for reviewers and maintainers.
>

Many thanks for your suggestion again. I will keep it in mind. :)

> Thanks!
>

Thanks a lot.

>