From: Hugh Dickins Date: Wed, 6 Aug 2014 23:06:43 +0000 (-0700) Subject: mm: replace init_page_accessed by __SetPageReferenced X-Git-Tag: omap-for-v3.17/fixes-against-rc2~137^2~132 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb39d618f9e80f81cfc5788cf1b252d141c2f0c3;p=pandora-kernel.git mm: replace init_page_accessed by __SetPageReferenced Do we really need an exported alias for __SetPageReferenced()? Its callers better know what they're doing, in which case the page would not be already marked referenced. Kill init_page_accessed(), just __SetPageReferenced() inline. Signed-off-by: Hugh Dickins Acked-by: Mel Gorman Cc: Johannes Weiner Cc: Vlastimil Babka Cc: Michal Hocko Cc: Dave Hansen Cc: Prabhakar Lad Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed