From: Christoph Hellwig Date: Tue, 6 Dec 2011 21:58:08 +0000 (+0000) Subject: xfs: cleanup the transaction commit path a bit X-Git-Tag: v3.3-rc1~169^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0244b9603df38bf19155b761689e1a816fc50b0a;p=pandora-kernel.git xfs: cleanup the transaction commit path a bit Now that the nodelaylog mode is gone we can simplify the transaction commit path a bit by removing the xfs_trans_commit_cil routine. Restoring the process flags is merged into xfs_trans_commit which already does it for the error path, and allocating the log vectors is merged into xlog_cil_format_items, which already fills them with data, thus avoiding one loop over all log items. Signed-off-by: Christoph Hellwig Reviewed-by: Dave Chinner Signed-off-by: Ben Myers --- Reading git-diff-tree failed