Mark the next bug to fix.

This commit is contained in:
Bahadir Balban
2008-02-04 19:40:23 +00:00
parent ca5229ff88
commit 13ee470a33

View File

@@ -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 */
BUG_ON(!list_empty(&page->list));
BUG();
list_add(&page->list, &page->owner->page_cache_list);
/* The offset of this page in its owner file */