On Mon, Jan 18, 2021 at 11:44:22AM -0800, Darrick J. Wong wrote:
D'oh. I tried making that change, but ran into the problem that *args
isn't necessarily an eofb structure, and xfs_qm_dqrele_all_inodes passes
a uint pointer. I could define a new XFS_INODE_WALK_SYNC flag and
update the blockgc callers to set that if EOF_FLAGS_SYNC is set...
That does actually sound cleaner to me, but I don't want to burden that
work on you. Feel free to stick to the current version and we can
clean this up later.