]> git.baikalelectronics.ru Git - kernel.git/commit
xfs: Clean up xfs_trans_committed code after factoring
authorDave Chinner <dchinner@redhat.com>
Mon, 22 Mar 2010 23:11:05 +0000 (10:11 +1100)
committerAlex Elder <aelder@sgi.com>
Wed, 19 May 2010 14:58:09 +0000 (09:58 -0500)
commit53bb4e126a6d13bc63cffd2520aeba896934e716
treefea56bd29b112eb18985c22745d99063ed19cd0e
parentd69b8db9e815c942b5639779af98a9f133de3441
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>
fs/xfs/xfs_trans.c