From: Johannes Weiner Date: Wed, 29 Oct 2014 21:50:51 +0000 (-0700) Subject: mm: rmap: split out page_remove_file_rmap() X-Git-Tag: omap-for-v3.19/fixes-not-urgent-part1~39^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8186eb6a799e4e32f984b55858d8e393938be0c1;p=pandora-kernel.git mm: rmap: split out page_remove_file_rmap() page_remove_rmap() has too many branches on PageAnon() and is hard to follow. Move the file part into a separate function. Signed-off-by: Johannes Weiner Reviewed-by: Michal Hocko Cc: Vladimir Davydov Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed