From: Anton Altaparmakov Date: Thu, 9 Oct 2014 22:24:46 +0000 (-0700) Subject: ntfs: use find_get_page_flags() to mark page accessed as it is no longer marked later on X-Git-Tag: fixes-against-v3.18-rc2~137^2~156 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5272d036b280d43a06ab790030609225480d2009;p=pandora-kernel.git ntfs: use find_get_page_flags() to mark page accessed as it is no longer marked later on Mel Gorman's commit 2457aec63745 ("mm: non-atomically mark page accessed during page cache allocation where possible") removed mark_page_accessed() calls from NTFS without updating the matching find_lock_page() to find_get_page_flags(GFP_LOCK | FGP_ACCESSED) thus causing the page to never be marked accessed. This patch fixes that. Signed-off-by: Anton Altaparmakov Cc: Mel Gorman Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed