commit | cd4a3c503c185f5f0a20f04f90da0a6966dd03bd | [log] [tgz] |
---|---|---|
author | Dave Chinner <dchinner@redhat.com> | Fri Apr 08 12:45:07 2011 +1000 |
committer | Dave Chinner <david@fromorbit.com> | Fri Apr 08 12:45:07 2011 +1000 |
tree | 18edb2203a85a778b2d88121430bcb3e2c3a9b4c | |
parent | 0bf6a5bd4b55b466964ead6fa566d8f346a828ee [diff] |
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>