mirror of
https://github.com/drasko/codezero.git
synced 2026-02-28 01:33:13 +01:00
Mark the next bug to fix.
This commit is contained in:
@@ -317,6 +317,7 @@ int do_anon_page(struct fault_data *fault)
|
|||||||
|
|
||||||
/* Add the page to it's owner's list of in-memory pages */
|
/* Add the page to it's owner's list of in-memory pages */
|
||||||
BUG_ON(!list_empty(&page->list));
|
BUG_ON(!list_empty(&page->list));
|
||||||
|
BUG();
|
||||||
list_add(&page->list, &page->owner->page_cache_list);
|
list_add(&page->list, &page->owner->page_cache_list);
|
||||||
|
|
||||||
/* The offset of this page in its owner file */
|
/* The offset of this page in its owner file */
|
||||||
|
|||||||
Reference in New Issue
Block a user