xfs: move the inode walk functions further down
authorDarrick J. Wong <djwong@kernel.org>
Tue, 1 Jun 2021 20:29:41 +0000 (13:29 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Thu, 3 Jun 2021 22:56:02 +0000 (15:56 -0700)
commitdf60019739d8850b865d313053d30aa93dc38a65
treeaa1b22ca733fc11305c56f77d042fed0d67c4491
parent3ea06d73e3c02ee2952a62bf92abc18f9c98aba1
xfs: move the inode walk functions further down

Move the inode walk functions further down in the file to limit the
forward declarations to the two walk functions as we add new code that
uses the inode walks.  We'll clean them out later (i.e. after the
deferred inode inactivation series).

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
fs/xfs/xfs_icache.c