Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ntfs: use find_get_page_flags() to mark page accessed as it is no lon…
…ger marked later on Mel Gorman's commit 2457aec ("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 <[email protected]> Cc: Mel Gorman <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
- Loading branch information