> > diff --git a/mm/mlock.c b/mm/mlock.c > index d480cd6..5488d44 100644 > --- a/mm/mlock.c > +++ b/mm/mlock.c > @@ -79,8 +79,6 @@ void clear_page_mlock(struct page *page) > */ > void mlock_vma_page(struct page *page) > { > - BUG_ON(!PageLocked(page)); > - > if (!TestSetPageMlocked(page)) { > mod_zone_page_state(page_zone(page), NR_MLOCK, > hpage_nr_pages(page)); > -- > 1.7.10.4 Acked-by: KOSAKI Motohiro <Kosaki.motohiro@xxxxxxxxxxxxxx> -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href