xfs: rename xfs_inode_walk functions to xfs_icwalk
authorDarrick J. Wong <djwong@kernel.org>
Wed, 2 Jun 2021 05:41:25 +0000 (22:41 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Thu, 3 Jun 2021 22:56:02 +0000 (15:56 -0700)
commitc1115c0cba2b82e71ec77e794c684ac87160fcf6
tree284f051a08ec6c3b0bc81f2437f4e47caeb35533
parentdf60019739d8850b865d313053d30aa93dc38a65
xfs: rename xfs_inode_walk functions to xfs_icwalk

Shorten the prefix so that all the incore inode cache walk code has
"xfs_icwalk" in the name somewhere.

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