Wei Xu Fri, 09 Apr 2021 20:36:22 -0700
> +static unsigned int demote_page_list(struct list_head *demote_pages, > + struct pglist_data *pgdat, > + struct scan_control *sc)
sc is not needed and can be removed from demote_page_list(). Reviewed-by: Wei Xu <weix...@google.com>