On Tue, Mar 02, 2021 at 02:28:47PM -0800, Darrick J. Wong wrote: > From: Darrick J. Wong <djwong@xxxxxxxxxx> > > When xchk_quota_item figures out that it needs to terminate the scrub > operation, it needs to return some error code to abort the loop, but > instead it returns zero and the loop keeps running. Fix this by making > it use ECANCELED, and fix the other loop bailout condition check at the > bottom too. > > Signed-off-by: Darrick J. Wong <djwong@xxxxxxxxxx> Looks good, Reviewed-by: Christoph Hellwig <hch@xxxxxx>