Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756336AbaDVNoZ (ORCPT ); Tue, 22 Apr 2014 09:44:25 -0400 Received: from mail-wi0-f180.google.com ([209.85.212.180]:42386 "EHLO mail-wi0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756315AbaDVNoS (ORCPT ); Tue, 22 Apr 2014 09:44:18 -0400 MIME-Version: 1.0 In-Reply-To: <20140422100505.GB937@swordfish.minsk.epam.com> References: <1397922764-1512-1-git-send-email-ddstreet@ieee.org> <1397922764-1512-4-git-send-email-ddstreet@ieee.org> <20140422100505.GB937@swordfish.minsk.epam.com> From: Dan Streetman Date: Tue, 22 Apr 2014 09:43:56 -0400 X-Google-Sender-Auth: A5PuUQ9gWX0G2KK_GANOlDAMyXM Message-ID: Subject: Re: [PATCH 3/4] mm: zpool: implement common zpool api to zbud/zsmalloc To: Sergey Senozhatsky Cc: Seth Jennings , Minchan Kim , Nitin Gupta , Andrew Morton , Bob Liu , Hugh Dickins , Mel Gorman , Rik van Riel , Weijie Yang , Johannes Weiner , Linux-MM , linux-kernel Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Apr 22, 2014 at 6:05 AM, Sergey Senozhatsky 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 majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/