Skip to content

Commit

Permalink
xfs: split out iclog writing from xfs_trans_commit()
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Dave Chinner authored and Alex Elder committed May 19, 2010
1 parent 713bf88 commit 0924378
Showing 1 changed file with 199 additions and 188 deletions.
Loading

0 comments on commit 0924378

Please sign in to comment.