Skip to content

Commit 0924378

Browse files
Dave ChinnerAlex Elder
authored andcommitted
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>
1 parent 713bf88 commit 0924378

File tree

1 file changed

+199
-188
lines changed

1 file changed

+199
-188
lines changed

0 commit comments

Comments
 (0)