On Thu, Mar 25, 2021 at 05:21:24PM -0700, Darrick J. Wong wrote: > From: Darrick J. Wong <djwong@xxxxxxxxxx> > > 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. > Since there are no longer any external callers of xfs_inode_walk, make > it static. > > Signed-off-by: Darrick J. Wong <djwong@xxxxxxxxxx> Looks good, Reviewed-by: Christoph Hellwig <hch@xxxxxx>