Re: [PATCH 3/8] mm/vmscan: introduce helper function reclaim_page_list()

From: Miaohe Lin
Date: Tue Mar 29 2022 - 22:02:56 EST


On 2022/3/29 22:00, Christoph Hellwig wrote:
>> +static inline unsigned int reclaim_page_list(struct list_head *page_list, struct pglist_data *pgdat)
>
> This is completely unreadable with the crazy long lines.

Will break this long lines.

>
> Also why would you force inline this?

It seems inline is indeed not needed. Will change this too.

> .
>

Many thanks for your comment.