remove unuse code
Change-Id: I608a6e18aad240c52398d744191f6df4bdd68cb5
This commit is contained in:
parent
8d0e58f98c
commit
6af9d2ff16
|
@ -61,8 +61,6 @@ STATIC VOID OsPageCacheAdd(LosFilePage *page, struct page_mapping *mapping, VM_O
|
||||||
}
|
}
|
||||||
|
|
||||||
LOS_ListTailInsert(&mapping->page_list, &page->node);
|
LOS_ListTailInsert(&mapping->page_list, &page->node);
|
||||||
//comment out code with no effect
|
|
||||||
//OsSetPageLRU(page->vmPage);
|
|
||||||
|
|
||||||
done_add:
|
done_add:
|
||||||
mapping->nrpages++;
|
mapping->nrpages++;
|
||||||
|
|
Loading…
Reference in New Issue