update kernel/base/vm/los_vm_filemap.c.

This commit is contained in:
冷钦街
2021-02-18 16:41:29 +08:00
committed by Gitee
parent e351799d39
commit 3fe1a89b49

View File

@@ -61,8 +61,8 @@ STATIC VOID OsPageCacheAdd(LosFilePage *page, struct page_mapping *mapping, VM_O
}
LOS_ListTailInsert(&mapping->page_list, &page->node);
OsSetPageLRU(page->vmPage);
//comment out code with no effect
//OsSetPageLRU(page->vmPage);
done_add:
mapping->nrpages++;