From: Hugh Dickins Date: Tue, 6 Jan 2009 22:39:27 +0000 (-0800) Subject: mm: further cleanup page_add_new_anon_rmap X-Git-Tag: v2.6.29-rc1~455 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cbf84b7add8103b92aaa84928e335df726bfc8da;p=pandora-kernel.git mm: further cleanup page_add_new_anon_rmap Moving lru_cache_add_active_or_unevictable() into page_add_new_anon_rmap() was good but stupid: we can and should SetPageSwapBacked() there too; and we know for sure that this anonymous, swap-backed page is not file cache. Signed-off-by: Hugh Dickins Cc: Lee Schermerhorn Cc: Nick Piggin Acked-by: Rik van Riel Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed