]> git.karo-electronics.de Git - mv-sheeva.git/commit
xfs: clean up code layout in xfs_trans_ail.c
authorDave Chinner <dchinner@redhat.com>
Fri, 8 Apr 2011 02:45:07 +0000 (12:45 +1000)
committerDave Chinner <david@fromorbit.com>
Fri, 8 Apr 2011 02:45:07 +0000 (12:45 +1000)
commitcd4a3c503c185f5f0a20f04f90da0a6966dd03bd
tree18edb2203a85a778b2d88121430bcb3e2c3a9b4c
parent0bf6a5bd4b55b466964ead6fa566d8f346a828ee
xfs: clean up code layout in xfs_trans_ail.c

This patch rearranges the location of functions in xfs_trans_ail.c
to remove the need for forward declarations of those functions in
preparation for adding new functions without the need for forward
declarations.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Alex Elder <aelder@sgi.com>
fs/xfs/xfs_trans_ail.c