From: Dave Chinner Date: Mon, 22 Mar 2010 23:11:05 +0000 (+1100) Subject: xfs: Clean up xfs_trans_committed code after factoring X-Git-Tag: v2.6.35-rc1~468^2^2~44 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1c1b5b6108ad8e5991a614514f41da436c659d6;p=pandora-kernel.git 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 Reviewed-by: Christoph Hellwig --- Reading git-diff-tree failed