Commit c9bfb8b3 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] Re: BUG at rmap.c:212

Linus, can we please not have that BUG() in 2.5.30?
parent 0a040f1b
......@@ -208,8 +208,6 @@ void page_remove_rmap(struct page * page, pte_t * ptep)
}
printk("\n");
printk(KERN_ERR "page_remove_rmap: driver cleared PG_reserved ?\n");
#else
BUG();
#endif
out:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment