From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752692Ab1HYFEd (ORCPT ); Thu, 25 Aug 2011 01:04:33 -0400 Received: from smtp-out.google.com ([74.125.121.67]:35069 "EHLO smtp-out.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751674Ab1HYFEc (ORCPT ); Thu, 25 Aug 2011 01:04:32 -0400 DomainKey-Signature: a=rsa-sha1; s=beta; d=google.com; c=nofws; q=dns; h=dkim-signature:date:from:x-x-sender:to:cc:subject: in-reply-to:message-id:references:user-agent:mime-version:content-type:x-system-of-record; b=T4OjfXVw4+XG/lqziPq075MeSzTSE6P6eTnrZC09crJJEBpZfBhp/QYLYNPon7vI/ XfrE1+milCeE1C3/s7aPg== Date: Wed, 24 Aug 2011 22:04:25 -0700 (PDT) From: David Rientjes X-X-Sender: rientjes@chino.kir.corp.google.com To: Randy Dunlap cc: Cong Wang , Andrew Morton , Stephen Rothwell , gregkh@suse.de, linux-next@vger.kernel.org, LKML , linux-mm@kvack.org Subject: Re: [Patch] numa: introduce CONFIG_NUMA_SYSFS for drivers/base/node.c In-Reply-To: <20110824205044.7ff45b6c.rdunlap@xenotime.net> Message-ID: References: <20110804145834.3b1d92a9eeb8357deb84bf83@canb.auug.org.au> <20110804152211.ea10e3e7.rdunlap@xenotime.net> <20110823143912.0691d442.akpm@linux-foundation.org> <4E547155.8090709@redhat.com> <20110824191430.8a908e70.rdunlap@xenotime.net> <4E55C221.8080100@redhat.com> <20110824205044.7ff45b6c.rdunlap@xenotime.net> User-Agent: Alpine 2.00 (DEB 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-System-Of-Record: true Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 24 Aug 2011, Randy Dunlap wrote: > > Below is the updated version. > > > > Thanks for testing! > > Yes, that works after changing #ifdef defined(...) > to #if defined(...) > > Acked-by: Randy Dunlap > No, it doesn't work, CONFIG_HUGETLBFS can be enabled with CONFIG_NUMA=y and CONFIG_SYSFS=n and that uses data structures from drivers/base/node.c which doesn't get compiled with this patch. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail144.messagelabs.com (mail144.messagelabs.com [216.82.254.51]) by kanga.kvack.org (Postfix) with ESMTP id 275706B0169 for ; Thu, 25 Aug 2011 01:04:34 -0400 (EDT) Received: from wpaz1.hot.corp.google.com (wpaz1.hot.corp.google.com [172.24.198.65]) by smtp-out.google.com with ESMTP id p7P54U6J000529 for ; Wed, 24 Aug 2011 22:04:30 -0700 Received: from pzk4 (pzk4.prod.google.com [10.243.19.132]) by wpaz1.hot.corp.google.com with ESMTP id p7P54SU9007635 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NOT) for ; Wed, 24 Aug 2011 22:04:29 -0700 Received: by pzk4 with SMTP id 4so2786595pzk.28 for ; Wed, 24 Aug 2011 22:04:28 -0700 (PDT) Date: Wed, 24 Aug 2011 22:04:25 -0700 (PDT) From: David Rientjes Subject: Re: [Patch] numa: introduce CONFIG_NUMA_SYSFS for drivers/base/node.c In-Reply-To: <20110824205044.7ff45b6c.rdunlap@xenotime.net> Message-ID: References: <20110804145834.3b1d92a9eeb8357deb84bf83@canb.auug.org.au> <20110804152211.ea10e3e7.rdunlap@xenotime.net> <20110823143912.0691d442.akpm@linux-foundation.org> <4E547155.8090709@redhat.com> <20110824191430.8a908e70.rdunlap@xenotime.net> <4E55C221.8080100@redhat.com> <20110824205044.7ff45b6c.rdunlap@xenotime.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-linux-mm@kvack.org List-ID: To: Randy Dunlap Cc: Cong Wang , Andrew Morton , Stephen Rothwell , gregkh@suse.de, linux-next@vger.kernel.org, LKML , linux-mm@kvack.org On Wed, 24 Aug 2011, Randy Dunlap wrote: > > Below is the updated version. > > > > Thanks for testing! > > Yes, that works after changing #ifdef defined(...) > to #if defined(...) > > Acked-by: Randy Dunlap > No, it doesn't work, CONFIG_HUGETLBFS can be enabled with CONFIG_NUMA=y and CONFIG_SYSFS=n and that uses data structures from drivers/base/node.c which doesn't get compiled with this patch. -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/ Don't email: email@kvack.org