On Tue, Apr 22, 2014 at 6:05 AM, Sergey Senozhatsky <[email protected]> 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 from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

