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.