From: Vladimir Davydov Date: Thu, 3 Apr 2014 21:47:20 +0000 (-0700) Subject: mm: vmscan: move call to shrink_slab() to shrink_zones() X-Git-Tag: v3.15-rc1~106^2~182 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65ec02cb9ad440957777a2da6058956a52806460;p=pandora-kernel.git mm: vmscan: move call to shrink_slab() to shrink_zones() 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 Reviewed-by: Glauber Costa Cc: Mel Gorman Cc: Michal Hocko Cc: Johannes Weiner Cc: Rik van Riel Cc: Dave Chinner Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed