Re: [PATCH 1/3 v2] mm: Batch unmapping of file mapped pages inshrink_page_list

From: Andrew Morton
Date: Wed Sep 12 2012 - 15:28:53 EST


On Mon, 10 Sep 2012 09:19:25 -0700
Tim Chen <tim.c.chen@xxxxxxxxxxxxxxx> wrote:

> @@ -1014,6 +1090,9 @@ keep_lumpy:

I worry that your tree has the label "keep_lumpy" in it! Are you
developing against recent kernels?

> VM_BUG_ON(PageLRU(page) || PageUnevictable(page));
> }
>
> + nr_reclaimed += __remove_mapping_batch(&unmap_pages, &ret_pages,
> + &free_pages);
> +
> /*
> * Tag a zone as congested if all the dirty pages encountered were
> * backed by a congested BDI. In this case, reclaimers should just
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/