From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [PATCH] remove sb->s_files and file_list_lock usage in dquot.c Date: Wed, 7 Feb 2007 19:06:32 +0000 Message-ID: <20070207190632.GA3350@infradead.org> References: <20070206132333.GA9919@lst.de> <20070206155001.22ab74f6.akpm@linux-foundation.org> <20070207072259.GA22083@lst.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Christoph Hellwig , Andrew Morton , jack@suse.cz, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org To: Jan Engelhardt Return-path: Received: from pentafluge.infradead.org ([213.146.154.40]:51260 "EHLO pentafluge.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1422689AbXBGTG5 (ORCPT ); Wed, 7 Feb 2007 14:06:57 -0500 Content-Disposition: inline In-Reply-To: Sender: linux-fsdevel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On Wed, Feb 07, 2007 at 07:03:05PM +0100, Jan Engelhardt wrote: > With filesystems that can turn on their quota after mount time (about > every fs except xfs), I can surely have a ton of files open, and hence, > if I understand correctly, have lots of inodes instantiated. Yes, you can in theory. But turning on quota on a filesystem in full steam useage is not a common use case and thus there is no point in optimizing for it.