Re: [PATCH 07/14] xfs: remove iter_flags parameter from xfs_inode_walk_*
From: Dave Chinner <david@fromorbit.com>
Date: 2021-06-02 01:53:53
From: Dave Chinner <david@fromorbit.com>
Date: 2021-06-02 01:53:53
On Tue, Jun 01, 2021 at 05:53:11PM -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(-)
Nice! Reviewed-by: Dave Chinner <redacted> -- Dave Chinner david@fromorbit.com