!70 【轻量级 PR】:update kernel/base/vm/los_vm_filemap.c.

Merge pull request !70 from 冷钦街/N/A
This commit is contained in:
openharmony_ci 2021-03-22 21:04:50 +08:00 committed by Gitee
commit 8ac55beb4e
1 changed files with 2 additions and 2 deletions

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++;