From: Dave Chinner Date: Mon, 8 Mar 2010 00:28:28 +0000 (+1100) Subject: xfs: split out iclog writing from xfs_trans_commit() X-Git-Tag: v2.6.35-rc1~468^2^2~47 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0924378a689ccb05f6d60875742dc28f69bf0129;p=pandora-kernel.git xfs: split out iclog writing from xfs_trans_commit() Split the the part of xfs_trans_commit() that deals with writing the transaction into the iclog into a separate function. This isolates the physical commit process from the logical commit operation and makes it easier to insert different transaction commit paths without affecting the existing algorithm adversely. Signed-off-by: Dave Chinner Reviewed-by: Christoph Hellwig --- Reading git-diff-tree failed