From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758993Ab0JFOCH (ORCPT ); Wed, 6 Oct 2010 10:02:07 -0400 Received: from courier.cs.helsinki.fi ([128.214.9.1]:39087 "EHLO mail.cs.helsinki.fi" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756894Ab0JFOCF (ORCPT ); Wed, 6 Oct 2010 10:02:05 -0400 Message-ID: <4CAC815D.1040809@cs.helsinki.fi> Date: Wed, 06 Oct 2010 17:02:05 +0300 From: Pekka Enberg User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.4; en-US; rv:1.9.2.9) Gecko/20100915 Thunderbird/3.1.4 MIME-Version: 1.0 To: Christoph Lameter CC: linux-mm@kvack.org, linux-kernel@vger.kernel.org, David Rientjes Subject: Re: [UnifiedV4 01/16] slub: Enable sysfs support for !CONFIG_SLUB_DEBUG References: <20101005185725.088808842@linux.com> <20101005185812.378496134@linux.com> In-Reply-To: <20101005185812.378496134@linux.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 5.10.2010 21.57, Christoph Lameter wrote: > Currently disabling CONFIG_SLUB_DEBUG also disabled SYSFS support meaning > that the slabs cannot be tuned without DEBUG. > > Make SYSFS support independent of CONFIG_SLUB_DEBUG > > Signed-off-by: Christoph Lameter I applied this patch. Thanks!