| To: | David Chinner <dgc@xxxxxxx> |
|---|---|
| Subject: | Re: [PATCH 11/17] remove dependency of the quota module on behaviors. |
| From: | Christoph Hellwig <hch@xxxxxx> |
| Date: | Fri, 24 Aug 2007 03:27:02 +0200 |
| Cc: | Christoph Hellwig <hch@xxxxxx>, xfs@xxxxxxxxxxx |
| In-reply-to: | <20070824002612.GC72985246@sgi.com> |
| References: | <20070823193935.GL8050@lst.de> <20070824002612.GC72985246@sgi.com> |
| Sender: | xfs-bounce@xxxxxxxxxxx |
| User-agent: | Mutt/1.3.28i |
On Fri, Aug 24, 2007 at 10:26:12AM +1000, David Chinner wrote:
> > +static struct xfs_qmops xfs_qmcore_stub = {
> > .xfs_qminit = (xfs_qminit_t) xfs_noquota_init,
> > .xfs_qmdone = (xfs_qmdone_t) fs_noerr,
> > .xfs_qmmount = (xfs_qmmount_t) fs_noerr,
> > @@ -124,4 +126,38 @@ xfs_qmops_t xfs_qmcore_stub = {
> > .xfs_dqvoprename = (xfs_dqvoprename_t) fs_noerr,
> > .xfs_dqvopchown = xfs_dqvopchown_default,
> > .xfs_dqvopchownresv = (xfs_dqvopchownresv_t) fs_noerr,
> > + .xfs_dqstatvfs = (xfs_dqstatvfs_t) fs_noval,
> > + .xfs_dqsync = (xfs_dqsync_t) fs_noerr,
>
> That returns no error.
>
> This is slightly non-obvious that if quotas are not enabled or loaded
> that this quota sync does not actually return an error. Perhaps a small
> addition to the comment above XFS_QM_DQSYNC() to explain this would
> help prevent future misunderstandings.
Sure, I'll add a comment.
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH 8/17] kill struct bhv_vnode, Christoph Hellwig |
|---|---|
| Next by Date: | Re: XFS internal error XFS_WANT_CORRUPTED_RETURN, David Chinner |
| Previous by Thread: | Re: [PATCH 11/17] remove dependency of the quota module on behaviors., David Chinner |
| Next by Thread: | Re: [PATCH 11/17] remove dependency of the quota module on behaviors., David Chinner |
| Indexes: | [Date] [Thread] [Top] [All Lists] |