]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: don't return _QUERY_ABORT from xfs_rmap_has_other_keys
authorDarrick J. Wong <darrick.wong@oracle.com>
Fri, 15 Nov 2019 22:16:21 +0000 (17:16 -0500)
committerEric Sandeen <sandeen@redhat.com>
Fri, 15 Nov 2019 22:16:21 +0000 (17:16 -0500)
commitb25c68f140a83e9480833ce37e14580a3c15c017
tree057dce406c7ad00fa1b0f1db0c7b35b53da4d5b6
parentf7a95003db010d0018e034c8a9582d2ca03c0aad
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 <darrick.wong@oracle.com>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net
libxfs/xfs_rmap.c