On Mon, Jan 18, 2021 at 02:13:12PM -0800, Darrick J. Wong wrote: > From: Darrick J. Wong <djwong@xxxxxxxxxx> > > Change the one remaining caller of xfs_icache_free_eofblocks to use our > new combined blockgc scan function instead, since we will soon be > combining the two scans. This introduces a slight behavior change, > since the XFS_IOC_FREE_EOFBLOCKS now clears out speculative CoW > reservations in addition to post-eof blocks. > > Signed-off-by: Darrick J. Wong <djwong@xxxxxxxxxx> Looks good, Reviewed-by: Christoph Hellwig <hch@xxxxxx>