Re: [PATCH v13 05/16] vmscan: move call to shrink_slab() to shrink_zones()

2013-12-10 Thread Glauber Costa
On Mon, Dec 9, 2013 at 12:05 PM, Vladimir Davydov wrote: > This reduces the indentation level of do_try_to_free_pages() and removes > extra loop over all eligible zones counting the number of on-LRU pages. > Looks correct to me. -- To unsubscribe from this list: send the line "unsubscribe

Re: [PATCH v13 05/16] vmscan: move call to shrink_slab() to shrink_zones()

2013-12-10 Thread Glauber Costa
On Mon, Dec 9, 2013 at 12:05 PM, Vladimir Davydov vdavy...@parallels.com wrote: This reduces the indentation level of do_try_to_free_pages() and removes extra loop over all eligible zones counting the number of on-LRU pages. Looks correct to me. -- To unsubscribe from this list: send the line

[PATCH v13 05/16] vmscan: move call to shrink_slab() to shrink_zones()

2013-12-09 Thread Vladimir Davydov
This reduces the indentation level of do_try_to_free_pages() and removes extra loop over all eligible zones counting the number of on-LRU pages. Signed-off-by: Vladimir Davydov Cc: Glauber Costa Cc: Johannes Weiner Cc: Michal Hocko Cc: Andrew Morton Cc: Mel Gorman Cc: Rik van Riel ---

[PATCH v13 05/16] vmscan: move call to shrink_slab() to shrink_zones()

2013-12-09 Thread Vladimir Davydov
This reduces the indentation level of do_try_to_free_pages() and removes extra loop over all eligible zones counting the number of on-LRU pages. Signed-off-by: Vladimir Davydov vdavy...@parallels.com Cc: Glauber Costa glom...@openvz.org Cc: Johannes Weiner han...@cmpxchg.org Cc: Michal Hocko