xfs: remove iter_flags parameter from xfs_inode_walk_*
authorDarrick J. Wong <djwong@kernel.org>
Mon, 31 May 2021 18:31:59 +0000 (11:31 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Thu, 3 Jun 2021 22:56:03 +0000 (15:56 -0700)
commit7fdff52623b4df9c9ae665fe8bb727978c29414e
tree2579ed43bba36a4dace78cf4e5c248c6e77b1a79
parent9d2793ceecb9fd711f70a860685b71129cac5dc9
xfs: remove iter_flags parameter from xfs_inode_walk_*

The sole iter_flags is XFS_INODE_WALK_INEW_WAIT, and there are no users.
Remove the flag, and the parameter, and all the code that used it.

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