On Fri, 13 Jun 2014 12:36:31 +0800 Chen Yucong <sla...@gmail.com> wrote:

> @@ -1148,7 +1146,8 @@ unsigned long reclaim_clean_pages_from_list(struct zone 
> *zone,
>               .priority = DEF_PRIORITY,
>               .may_unmap = 1,
>       };
> -     unsigned long ret, dummy1, dummy2, dummy3, dummy4, dummy5;
> +     unsigned long ret;
> +     struct shrink_result dummy = { };

You didn't like the idea of making this static?
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to