Re: [PATCH 08/15] xfs: remove iter_flags parameter from xfs_inode_walk_*
From: Dave Chinner <david@fromorbit.com>
Date: 2021-06-03 01:09:52
From: Dave Chinner <david@fromorbit.com>
Date: 2021-06-03 01:09:52
On Wed, Jun 02, 2021 at 03:25:41PM -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. Signed-off-by: Darrick J. Wong <djwong@kernel.org> --- fs/xfs/xfs_icache.c | 33 ++++++++++++--------------------- fs/xfs/xfs_icache.h | 5 ----- 2 files changed, 12 insertions(+), 26 deletions(-)
Pretty sure I rvb'd this last time, but.... Reviewed-by: Dave Chinner <redacted> -- Dave Chinner david@fromorbit.com