On Mon, Jan 11, 2021 at 03:22:52PM -0800, Darrick J. Wong wrote: > From: Darrick J. Wong <djwong@xxxxxxxxxx> > > Don't stall the cowblocks scan on a locked inode if we possibly can. > We'd much rather the background scanner keep moving. Wouldn't it make more sense to move the logic to ignore the -EAGAIN for not-sync calls into xfs_inode_walk_ag?