public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
From: Christoph Hellwig <hch@lst.de>
To: xfs@oss.sgi.com
Subject: Re: [PATCH 3/4] fix the noquota mount option
Date: Fri, 29 Aug 2008 01:18:36 +0200	[thread overview]
Message-ID: <20080828231836.GC19757@lst.de> (raw)
In-Reply-To: <20080723080514.GB3417@lst.de>

ping^2?

On Wed, Jul 23, 2008 at 10:05:14AM +0200, Christoph Hellwig wrote:
> ping?
> 
> On Sun, May 25, 2008 at 09:07:50PM +0200, Christoph Hellwig wrote:
> > Noquota should clear all mount options, and not just user and group
> > quota.  Probably doesn't matter very much in real life.
> > 
> > 
> > Signed-off-by: Christoph Hellwig <hch@lst.de>
> > 
> > Index: linux-2.6-xfs/fs/xfs/linux-2.6/xfs_super.c
> > ===================================================================
> > --- linux-2.6-xfs.orig/fs/xfs/linux-2.6/xfs_super.c	2008-05-25 20:57:33.000000000 +0200
> > +++ linux-2.6-xfs/fs/xfs/linux-2.6/xfs_super.c	2008-05-25 20:58:52.000000000 +0200
> > @@ -337,6 +337,7 @@ xfs_parseargs(
> >  		} else if (!strcmp(this_char, MNTOPT_NOQUOTA)) {
> >  			mp->m_qflags &= ~(XFS_UQUOTA_ACCT | XFS_UQUOTA_ACTIVE |
> >  					  XFS_GQUOTA_ACCT | XFS_GQUOTA_ACTIVE |
> > +					  XFS_PQUOTA_ACCT | XFS_PQUOTA_ACTIVE |
> >  					  XFS_UQUOTA_ENFD | XFS_OQUOTA_ENFD);
> >  		} else if (!strcmp(this_char, MNTOPT_QUOTA) ||
> >  			   !strcmp(this_char, MNTOPT_UQUOTA) ||
> ---end quoted text---
---end quoted text---

  reply	other threads:[~2008-08-28 23:17 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-05-25 19:07 [PATCH 3/4] fix the noquota mount option Christoph Hellwig
2008-07-23  8:05 ` Christoph Hellwig
2008-08-28 23:18   ` Christoph Hellwig [this message]
2008-07-24  7:07 ` Dave Chinner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20080828231836.GC19757@lst.de \
    --to=hch@lst.de \
    --cc=xfs@oss.sgi.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox