From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from cuda.sgi.com (cuda2.sgi.com [192.48.176.25]) by oss.sgi.com (8.14.3/8.14.3/SuSE Linux 0.8) with ESMTP id q32GdBsC218225 for ; Mon, 2 Apr 2012 11:39:11 -0500 Date: Mon, 2 Apr 2012 12:39:03 -0400 From: Christoph Hellwig Subject: Re: [PATCH] xfs: don't fill statvfs with project quota for a directory if it was not enabled. Message-ID: <20120402163903.GA6425@infradead.org> References: <4F77DFDB.1040802@oracle.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <4F77DFDB.1040802@oracle.com> List-Id: XFS Filesystem from SGI List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: xfs-bounces@oss.sgi.com Errors-To: xfs-bounces@oss.sgi.com To: Jeff Liu Cc: Ben Myers , Chandra Seetharaman , xfs@oss.sgi.com On Sun, Apr 01, 2012 at 12:55:55PM +0800, Jeff Liu wrote: > Hello, > > I can trigger a BUG() at fs/xfs/xfs_dquot.c on vanilla kernel 3.3.0 by the following steps: > > 1. mount a XFS partition without 'pquota' option. > /dev/sda7 on /xfs type xfs (rw) > > 2. setup project1 on it. > $ cat /etc/projects > 1:/xfs > $ cat /etc/projid > project1:1 > $ sudo xfs_quota -x -c 'project -s project1' /xfs > > 3. du -sh /xfs Can you wire this up as a test case for xfstests? > + ((mp->m_qflags & (XFS_PQUOTA_ACCT|XFS_OQUOTA_ENFD))) == > + (XFS_PQUOTA_ACCT|XFS_OQUOTA_ENFD)) { This check is supposed to return false. I guess Chandras separate project quota inode preparations somehow broke it. Chandra, can you look into this issue? _______________________________________________ xfs mailing list xfs@oss.sgi.com http://oss.sgi.com/mailman/listinfo/xfs