From owner-freebsd-current@FreeBSD.ORG Fri May 7 09:21:02 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DEE5B106566B for ; Fri, 7 May 2010 09:21:02 +0000 (UTC) (envelope-from freebsd-current@m.gmane.org) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by mx1.freebsd.org (Postfix) with ESMTP id 980008FC0C for ; Fri, 7 May 2010 09:21:02 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OAJju-0003SG-Bn for freebsd-current@freebsd.org; Fri, 07 May 2010 11:20:58 +0200 Received: from lara.cc.fer.hr ([161.53.72.113]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 07 May 2010 11:20:58 +0200 Received: from ivoras by lara.cc.fer.hr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 07 May 2010 11:20:58 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-current@freebsd.org connect(): No such file or directory From: Ivan Voras Date: Fri, 07 May 2010 11:20:56 +0200 Lines: 13 Message-ID: References: <201005070036.o470a3pl044330@chez.mckusick.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: lara.cc.fer.hr User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.1.8) Gecko/20100329 Thunderbird/3.0.3 In-Reply-To: <201005070036.o470a3pl044330@chez.mckusick.com> X-Enigmail-Version: 1.0.1 Subject: Re: HEADS UP: 64-bit quotas going in to head today X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 May 2010 09:21:02 -0000 On 05/07/10 02:36, Kirk McKusick wrote: > Dag-Erling Smørgrav and I have been working on updating the > FFS quota system to support both traditional 32-bit and new 64-bit > quotas (for those of you who want to put 2+Tb quotas on your users). > > By default quotas are not compiled into the kernel. To include them > in your kernel configuration you need to specify: > > options QUOTA # Enable FFS quotas Just wondering - does the quota code have that much impact on the file system that it's still today left out of the GENERIC kernel?