Home
last modified time | relevance | path

Searched hist:cd4a3c503c185f5f0a20f04f90da0a6966dd03bd (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/xfs/
H A Dxfs_trans_ail.cdiff cd4a3c503c185f5f0a20f04f90da0a6966dd03bd Thu Apr 07 21:45:07 CDT 2011 Dave Chinner <dchinner@redhat.com> 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>