Re: [PATCH 2/6] xfs: remove iter_flags parameter from xfs_inode_walk_*
From: Christoph Hellwig <hch@infradead.org>
Date: 2021-03-26 06:05:40
From: Christoph Hellwig <hch@infradead.org>
Date: 2021-03-26 06:05:40
On Thu, Mar 25, 2021 at 05:21:24PM -0700, Darrick J. Wong wrote:
From: Darrick J. Wong <djwong@kernel.org> 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@kernel.org>
Looks good, Reviewed-by: Christoph Hellwig <hch@lst.de>