On Tue, Apr 22, 2014 at 6:05 AM, Sergey Senozhatsky <sergey.senozhatsky@xxxxxxxxx> wrote: > Hello, >> diff --git a/mm/Makefile b/mm/Makefile >> index 60cacbb..4135f7c 100644 >> --- a/mm/Makefile >> +++ b/mm/Makefile >> @@ -60,6 +60,7 @@ obj-$(CONFIG_DEBUG_KMEMLEAK_TEST) += kmemleak-test.o >> obj-$(CONFIG_CLEANCACHE) += cleancache.o >> obj-$(CONFIG_MEMORY_ISOLATION) += page_isolation.o >> obj-$(CONFIG_PAGE_OWNER) += pageowner.o >> +obj-$(CONFIG_ZPOOL) += zpool.o > > side note, this fails to apply on linux-next. mm/Makefile does not contain > CONFIG_PAGE_OWNER > > https://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/tree/mm/Makefile?id=refs/tags/next-20140422 > > what tree this patchset is against of? It's against this mmotm tree: git://git.cmpxchg.org/linux-mmotm.git -- 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>