[PATCH 3/3] [PATCH 3/3] xfs: do not use xfs_mod_incore_sb_batch for per-cpu counters
Christoph Hellwig
hch at infradead.org
Wed Sep 29 06:45:43 CDT 2010
On Wed, Sep 29, 2010 at 09:27:20PM +1000, Dave Chinner wrote:
> > +out_undo_ifreecount:
> > + if (ifreedelta)
> > + xfs_icsb_modify_counters(mp, XFS_SBS_IFREE, ifreedelta, rsvd);
> > +out_undo_icount:
> > + if (idelta)
> > + xfs_icsb_modify_counters(mp, XFS_SBS_ICOUNT, idelta, rsvd);
>
> These two should be -ifreedelta and -idelta, right?
Indeed, fixed.
More information about the xfs
mailing list