Skip to content

Commit

Permalink
xfs: Clean up xfs_trans_committed code after factoring
Browse files Browse the repository at this point in the history
Now that the code has been factored, clean up all the remaining
style cruft, simplify the code and re-order functions so that it
doesn't need forward declarations.

Also move the remaining functions that require forward declarations
(xfs_trans_uncommit, xfs_trans_free) so that all the forward
declarations can be removed from the file.

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 8e646a5 commit b1c1b5b
Showing 1 changed file with 166 additions and 190 deletions.
Loading

0 comments on commit b1c1b5b

Please sign in to comment.