[PATCH 4/8 v2] xfs: use common code for quota statistics
Ben Myers
bpm at sgi.com
Tue Mar 13 10:27:48 CDT 2012
On Tue, Mar 13, 2012 at 04:42:42AM -0400, Christoph Hellwig wrote:
> 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),
> >
> > 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.
I'm not sure that it would. You've added a line to the common stats
procfile, and the pmda might expect the xpc line immediately after ibt2.
I've made a note to take a look.
-Ben
More information about the xfs
mailing list