commit | b1c1b5b6108ad8e5991a614514f41da436c659d6 | [log] [tgz] |
---|---|---|
author | Dave Chinner <dchinner@redhat.com> | Tue Mar 23 10:11:05 2010 +1100 |
committer | Alex Elder <aelder@sgi.com> | Wed May 19 09:58:09 2010 -0500 |
tree | fea56bd29b112eb18985c22745d99063ed19cd0e | |
parent | 8e646a55ac69fe620b9e84034c03dd1e8e16a36b [diff] |
xfs: Clean up xfs_trans_committed code after factoring 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>