On Mon, Mar 15, 2021 at 06:54:53PM +0000, Christoph Hellwig wrote: > On Wed, Mar 10, 2021 at 07:06:25PM -0800, Darrick J. Wong wrote: > > + error = xfs_inode_walk(mp, 0, xfs_blockgc_scan_inode, eofb, > > XFS_ICI_BLOCKGC_TAG); > > Nit: strange double whitespace here. Yeah, that'll go away in the next version. As part of a new small series to eliminate the indirect calls in xfs_inode_walk when possible, I figured out that we could get rid of the flags and tag arguments. --D