Btrfs: don't walk around with task->state != TASK_RUNNING
[deliverable/linux.git] / include / linux / rmap.h
index 72be23b1480a19f5affab05179121f965d9b9c33..d25bd224d3707532198b1012dc2f4f158ca01875 100644 (file)
@@ -209,7 +209,7 @@ static inline int page_referenced(struct page *page, int is_locked,
                                  unsigned long *vm_flags)
 {
        *vm_flags = 0;
-       return TestClearPageReferenced(page);
+       return 0;
 }
 
 #define try_to_unmap(page, refs) SWAP_FAIL
This page took 0.041069 seconds and 5 git commands to generate.