| To: | Ben Myers <bpm@xxxxxxx> |
|---|---|
| Subject: | Re: [PATCH 4/8 v2] xfs: use common code for quota statistics |
| From: | Christoph Hellwig <hch@xxxxxxxxxxxxx> |
| Date: | Tue, 13 Mar 2012 04:42:42 -0400 |
| Cc: | Christoph Hellwig <hch@xxxxxxxxxxxxx>, xfs@xxxxxxxxxxx |
| In-reply-to: | <20120312175519.GE7762@xxxxxxx> |
| References: | <20120220022815.018921977@xxxxxxxxxxxxxxxxxxxxxx> <20120220022904.060961294@xxxxxxxxxxxxxxxxxxxxxx> <20120221014809.GA18227@xxxxxxxxxxxxx> <20120312175519.GE7762@xxxxxxx> |
| User-agent: | Mutt/1.5.21 (2010-09-15) |
On Mon, Mar 12, 2012 at 12:55:19PM -0500, Ben Myers wrote:
> > +static int xqm_proc_show(struct seq_file *m, void *v)
> > +{
> > + /* maximum; incore; ratio free to inuse; freelist */
> > + seq_printf(m, "%d\t%d\t%d\t%u\n",
> > + 0,
> > + counter_val(XFSSTAT_END_XQMSTAT),
>
> That's xfs_qm_dquot
>
> > + 0,
> > + counter_val(XFSSTAT_END_XQMSTAT + 1));
>
> and xfs_qm_dquot_unused? A comment would make your intent clear.
In that case we'd have to comment the existing code, too. And in that
case reoding the code to actually make sense would be a good idea as
well.
> This patch looks great. It might break some PCP scripts, I'm not sure.
Why would it break them? The existing stats are still kept around, and
new additions to the main stats file are expected to happen once in a
while.
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH 4/8 v2] xfs: log file size updates at I/O completion time, Christoph Hellwig |
|---|---|
| Next by Date: | [PATCH 3/5] xfs: use per-filesystem radix trees for dquot lookup, Christoph Hellwig |
| Previous by Thread: | Re: [PATCH 4/8 v2] xfs: use common code for quota statistics, Ben Myers |
| Next by Thread: | Re: [PATCH 4/8 v2] xfs: use common code for quota statistics, Ben Myers |
| Indexes: | [Date] [Thread] [Top] [All Lists] |