From b25c68f140a83e9480833ce37e14580a3c15c017 Mon Sep 17 00:00:00 2001 From: "Darrick J. Wong" Date: Fri, 15 Nov 2019 17:16:21 -0500 Subject: [PATCH] xfs: don't return _QUERY_ABORT from xfs_rmap_has_other_keys Source kernel commit: 7380e8fec16b3527baa1153255da9cc8d5d4d309 The xfs_rmap_has_other_keys helper aborts the iteration as soon as it has an answer. Don't let this abort leak out to callers. Signed-off-by: Darrick J. Wong Reviewed-by: Dave Chinner Signed-off-by: Eric Sandeen