commit | 0924378a689ccb05f6d60875742dc28f69bf0129 | [log] [tgz] |
---|---|---|
author | Dave Chinner <dchinner@redhat.com> | Mon Mar 08 11:28:28 2010 +1100 |
committer | Alex Elder <aelder@sgi.com> | Wed May 19 09:58:08 2010 -0500 |
tree | 8d6933bff18ac9f4670395673e38dad94fedd998 | |
parent | 713bf88bba55b8dd91a18e8a59b0f97bf9b0f5de [diff] |
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 <dchinner@redhat.com> Reviewed-by: Christoph Hellwig <hch@lst.de>