From: KOSAKI Motohiro Date: Tue, 31 Mar 2009 22:19:33 +0000 (-0700) Subject: mm: don't call mark_page_accessed() in do_swap_page() X-Git-Tag: v2.6.30-rc1~578 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a0dd05dd7e1a800241888cbf515bf8d3dc2e59c;p=pandora-kernel.git mm: don't call mark_page_accessed() in do_swap_page() commit bf3f3bc5e734706730c12a323f9b2068052aa1f0 (mm: don't mark_page_accessed in fault path) only remove the mark_page_accessed() in filemap_fault(). Therefore, swap-backed pages and file-backed pages have inconsistent behavior. mark_page_accessed() should be removed from do_swap_page(). Signed-off-by: KOSAKI Motohiro Cc: Nick Piggin Cc: Hugh Dickins Cc: Rik van Riel Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed