diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/rmap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/rmap.h b/include/linux/rmap.h index 72be23b1480a..d25bd224d370 100644 --- a/include/linux/rmap.h +++ b/include/linux/rmap.h | |||
@@ -209,7 +209,7 @@ static inline int page_referenced(struct page *page, int is_locked, | |||
209 | unsigned long *vm_flags) | 209 | unsigned long *vm_flags) |
210 | { | 210 | { |
211 | *vm_flags = 0; | 211 | *vm_flags = 0; |
212 | return TestClearPageReferenced(page); | 212 | return 0; |
213 | } | 213 | } |
214 | 214 | ||
215 | #define try_to_unmap(page, refs) SWAP_FAIL | 215 | #define try_to_unmap(page, refs) SWAP_FAIL |