From: Darrick J. Wong Date: Fri, 15 Nov 2019 22:16:21 +0000 (-0500) Subject: xfs: don't return _QUERY_ABORT from xfs_rmap_has_other_keys X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b25c68f140a83e9480833ce37e14580a3c15c017;p=thirdparty%2Fxfsprogs-dev.git 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