> @@ -1277,14 +1279,10 @@ static long do_mbind(unsigned long start, unsigned long len, > if (!err) { > int nr_failed = 0; > > - if (!list_empty(&pagelist)) { > - WARN_ON_ONCE(flags & MPOL_MF_LAZY); > - nr_failed = migrate_pages(&pagelist, new_vma_page, > + WARN_ON_ONCE(flags & MPOL_MF_LAZY); ??? MPOL_MF_LAZY always output warn? It seems really insane. -- 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=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>