From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754338Ab2BAWbr (ORCPT ); Wed, 1 Feb 2012 17:31:47 -0500 Received: from mx1.redhat.com ([209.132.183.28]:64550 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751996Ab2BAWbq (ORCPT ); Wed, 1 Feb 2012 17:31:46 -0500 Date: Wed, 1 Feb 2012 17:31:01 -0500 From: Dave Jones To: "Eric W. Biederman" Cc: Greg Kroah-Hartman , Jiri Slaby , Greg KH , Alan Cox , LKML , Al Viro , Linus Torvalds , Maciej Rutecki Subject: Re: [PATCH] sysfs: Optionally count subdirectories to support buggy applications Message-ID: <20120201223100.GA20086@redhat.com> Mail-Followup-To: Dave Jones , "Eric W. Biederman" , Greg Kroah-Hartman , Jiri Slaby , Greg KH , Alan Cox , LKML , Al Viro , Linus Torvalds , Maciej Rutecki References: <4F27120A.4040106@suse.cz> <20120130220611.GA26655@kroah.com> <20120130221059.26ab5edf@pyramind.ukuu.org.uk> <20120130222717.GA6393@kroah.com> <4F27C6EB.2070305@suse.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Feb 01, 2012 at 02:21:59PM -0800, Eric W. Biederman wrote: > +config SYSFS_COUNT_LINKS > + bool "sysfs count subdirectoires to support buggy applications" subdirectories > + Increase the memory and cpu untilization of sysfs by maintaining utilization > + as the number of subdirectories plus two. With out this enabled Without > + the standard way of indicating that the number of subdirectoires subdirectories Dave