From: Dave Chinner Date: Mon, 8 Mar 2010 04:06:22 +0000 (+1100) Subject: xfs: update and factor xfs_trans_committed() X-Git-Tag: v2.6.35-rc1~468^2^2~45 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e646a55ac69fe620b9e84034c03dd1e8e16a36b;p=pandora-kernel.git xfs: update and factor xfs_trans_committed() The function header to xfs-trans_committed has long had this comment: * THIS SHOULD BE REWRITTEN TO USE xfs_trans_next_item() To prepare for different methods of committing items, convert the code to use xfs_trans_next_item() and factor the code into smaller, more digestible chunks. Signed-off-by: Dave Chinner Reviewed-by: Christoph Hellwig --- Reading git-diff-tree failed