On Thu, May 21, 2020 at 07:53:59PM -0700, Darrick J. Wong wrote: > From: Darrick J. Wong <darrick.wong@xxxxxxxxxx> > > The incore inode walk code passes a flags argument and a pointer from > the xfs_inode_ag_iterator caller all the way to the iteration function. > We can reduce the function complexity by passing flags through the > private pointer. > > Signed-off-by: Darrick J. Wong <darrick.wong@xxxxxxxxxx> Looks good, Reviewed-by: Christoph Hellwig <hch@xxxxxx>