]> bbs.cooldavid.org Git - net-next-2.6.git/commit
xfs: do not use xfs_mod_incore_sb for per-cpu counters
authorChristoph Hellwig <hch@infradead.org>
Thu, 30 Sep 2010 02:25:55 +0000 (02:25 +0000)
committerAlex Elder <aelder@sgi.com>
Mon, 18 Oct 2010 20:07:59 +0000 (15:07 -0500)
commit96540c78583a417113df4d027e6b68a595ab9a09
tree777505137ab426a9dff955cd8e3fe0c3afc0e482
parent61ba35dea0593fbc8d062cab3e4c4c3da5ce7104
xfs: do not use xfs_mod_incore_sb for per-cpu counters

Export xfs_icsb_modify_counters and always use it for modifying
the per-cpu counters.  Remove support for per-cpu counters from
xfs_mod_incore_sb to simplify it.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Alex Elder <aelder@sgi.com>
fs/xfs/xfs_bmap.c
fs/xfs/xfs_fsops.c
fs/xfs/xfs_mount.c
fs/xfs/xfs_mount.h
fs/xfs/xfs_trans.c