commit | 1b0407125f9a5be63e861eb27c8af9e32f20619c | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@infradead.org> | Thu Sep 30 02:25:56 2010 +0000 |
committer | Alex Elder <aelder@sgi.com> | Mon Oct 18 15:08:00 2010 -0500 |
tree | 206f43a7131ad11b8c603247254a8eb9aa2fc17e | |
parent | 96540c78583a417113df4d027e6b68a595ab9a09 [diff] |
xfs: do not use xfs_mod_incore_sb_batch for per-cpu counters Update the per-cpu counters manually in xfs_trans_unreserve_and_mod_sb and remove support for per-cpu counters from xfs_mod_incore_sb_batch to simplify it. And added benefit is that we don't have to take m_sb_lock for transactions that only modify per-cpu counters. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Alex Elder <aelder@sgi.com>