Received: with ECARTIS (v1.0.0; list xfs); Mon, 19 Mar 2007 18:09:57 -0700 (PDT) X-Spam-oss-Status: No, score=-1.1 required=5.0 tests=AWL,BAYES_05 autolearn=ham version=3.2.0-pre1-r499012 Received: from larry.melbourne.sgi.com (larry.melbourne.sgi.com [134.14.52.130]) by oss.sgi.com (8.12.10/8.12.10/SuSE Linux 0.7) with SMTP id l2K19n6p025943 for ; Mon, 19 Mar 2007 18:09:51 -0700 Received: from [134.14.55.84] (shark.melbourne.sgi.com [134.14.55.84]) by larry.melbourne.sgi.com (950413.SGI.8.6.12/950213.SGI.AUTOCF) via ESMTP id MAA17077; Tue, 20 Mar 2007 12:09:41 +1100 Message-ID: <45FF344C.2070000@sgi.com> Date: Tue, 20 Mar 2007 12:09:32 +1100 From: Donald Douwsma User-Agent: Thunderbird 1.5.0.10 (X11/20070306) MIME-Version: 1.0 To: Kouta Ooizumi CC: xfs@oss.sgi.com Subject: Re: [PATCH 2/2] Fix a bug which is in user or group quota enforcement disabled References: <20070223132318k-ooizumi@rifu.bsd.tnes.nec.co.jp> In-Reply-To: <20070223132318k-ooizumi@rifu.bsd.tnes.nec.co.jp> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-archive-position: 10899 X-ecartis-version: Ecartis v1.0.0 Sender: xfs-bounce@oss.sgi.com Errors-to: xfs-bounce@oss.sgi.com X-original-sender: donaldd@sgi.com Precedence: bulk X-list: xfs Content-Length: 523 Lines: 21 Kouta Ooizumi wrote: > Hi! > > I found a bug in the following conditions. > > Conditions: > - Both XFS_UQUOTA_ACCT and XFS_GQUOTA_ACCT are enabled. > - Either XFS_UQUOTA_ENFD or XFS_OQUOTA_ENFD is enabled. > - The usage without enforce is reached at the soft limit. > > Problems: > 1. "repquota" shows all grace time even if no enforcement. > 2. we cannot make a file over a hard limits even if no enforcement. Hi Kouta, Thanks for the patches, they're both in now. Sorry for the delay picking them up. Donald