From: Dave Chinner Date: Mon, 23 Feb 2015 10:24:11 +0000 (+1100) Subject: xfs: replace xfs_mod_incore_sb_batched X-Git-Tag: omap-for-v4.1/fixes-rc1~44^2~6^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0bd5ddedccca4451ac2390d1155b4ab74b990eff;p=pandora-kernel.git xfs: replace xfs_mod_incore_sb_batched Introduce helper functions for modifying fields in the superblock into xfs_trans.c, the only caller of xfs_mod_incore_sb_batch(). We can then use these directly in xfs_trans_unreserve_and_mod_sb() and so remove another user of the xfs_mode_incore_sb() API without losing any functionality or scalability of the transaction commit code.. Based on a patch from Christoph Hellwig. Signed-off-by: Dave Chinner Reviewed-by: Brian Foster Signed-off-by: Dave Chinner --- Reading git-diff-tree failed