On Tue, Jun 01, 2021 at 05:53:44PM -0700, Darrick J. Wong wrote: > From: Darrick J. Wong <djwong@xxxxxxxxxx> > > Merge these two inode walk loops together, since they're pretty similar > now. > > Signed-off-by: Darrick J. Wong <djwong@xxxxxxxxxx> > --- > fs/xfs/xfs_icache.c | 151 +++++++++++++-------------------------------------- > fs/xfs/xfs_icache.h | 7 ++ > 2 files changed, 45 insertions(+), 113 deletions(-) At last! Nice work. Reviewed-by: Dave Chinner <dchinner@xxxxxxxxxx> > @@ -1678,6 +1577,14 @@ xfs_blockgc_free_quota( > > /* XFS Incore Inode Walking Code */ FWIW, if we are using "icwalk" as the namespace, I keep saying "inode cache walk" in my head. Perhaps update this comment somewhere to match the namespace? -Dave. -- Dave Chinner david@xxxxxxxxxxxxx