On Wed, Mar 11, 2020 at 09:03:29AM -0700, Darrick J. Wong wrote: > From: Darrick J. Wong <darrick.wong@xxxxxxxxxx> > > In e7ee96dfb8c26, we converted all ITER_ABORT users to use ECANCELED > instead, but we forgot to teach xfs_rmap_has_other_keys not to return > that magic value to callers. Fix it now by using ECANCELED both to > abort the iteration and to signal that we found another reverse mapping. > This enables us to drop the separate boolean flag. > > Fixes: e7ee96dfb8c26 ("xfs: remove all *_ITER_ABORT values") > Signed-off-by: Darrick J. Wong <darrick.wong@xxxxxxxxxx> > Reviewed-by: Dave Chinner <dchinner@xxxxxxxxxx> Looks good, Reviewed-by: Christoph Hellwig <hch@xxxxxx>