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

From: Christoph Hellwig
Date: Tue Mar 29 2022 - 10:00:39 EST


> +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.

Also why would you force inline this?