Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756557AbXJCNfS (ORCPT ); Wed, 3 Oct 2007 09:35:18 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754227AbXJCNfC (ORCPT ); Wed, 3 Oct 2007 09:35:02 -0400 Received: from charybdis-ext.suse.de ([195.135.221.2]:40339 "EHLO emea5-mh.id5.novell.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1754150AbXJCNfB (ORCPT ); Wed, 3 Oct 2007 09:35:01 -0400 Subject: Re: per BDI dirty limit (was Re: -mm merge plans for 2.6.24) From: Kay Sievers To: Peter Zijlstra Cc: Nick Piggin , Andrew Morton , linux-kernel@vger.kernel.org, Jens Axboe , Fengguang Wu , greg@kroah.com In-Reply-To: <1191407872.5572.7.camel@lappy> References: <20071001142222.fcaa8d57.akpm@linux-foundation.org> <3ae72650710020421t711caaa8o13d2e685a98e5fe8@mail.gmail.com> <1191325226.13204.63.camel@twins> <200710022205.05295.nickpiggin@yahoo.com.au> <1191406506.4093.35.camel@lov.localdomain> <1191407872.5572.7.camel@lappy> Content-Type: text/plain Date: Wed, 03 Oct 2007 15:35:25 +0200 Message-Id: <1191418525.4093.87.camel@lov.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.12.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2202 Lines: 48 On Wed, 2007-10-03 at 12:37 +0200, Peter Zijlstra wrote: > On Wed, 2007-10-03 at 12:15 +0200, Kay Sievers wrote: > > On Tue, 2007-10-02 at 22:05 +1000, Nick Piggin wrote: > > > On Tuesday 02 October 2007 21:40, Peter Zijlstra wrote: > > > > On Tue, 2007-10-02 at 13:21 +0200, Kay Sievers wrote: > > > > > > > > How about adding this information to the tree then, instead of > > > > > creating a new top-level hack, just because something that you think > > > > > you need doesn't exist. > > > > > > > > So you suggest adding all the various network filesystems in there > > > > (where?), and adding the concept of a BDI, and ensuring all are properly > > > > linked together - somehow. Feel free to do so. > > > > > > Would something fit better under /sys/fs/? At least filesystems are > > > already an existing concept to userspace. > > > > Sounds at least less messy than an new top-level directory. > > > > But again, if it's "device" releated, like the name suggests, it should > > be reachable from the device tree. > > Which userspace tool is supposed to set these values, and at what time? > > An init-script, something at device discovery/setup? If that is is ever > > going to be used in a hotplug setup, you really don't want to go look > > for directories with magic device names in another disconnected tree. > > Filesystems don't really map to BDIs either. One can have multiple FSs > per BDI. > > 'Normally' a BDI relates to a block device, but networked (and other > non-block device) filesystems have to create a BDI too. So these need to > be represented some place as well. > > The typical usage would indeed be init scripts. The typical example > would be setting the read-ahead window. Currently that cannot be done > for NFS mounts. What kind of context for a non-block based fs will get the bdi controls added? Is there a generic place, or does every non-block based filesystem needs to be adapted individually to use it? Kay - 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/