]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: remove all *_ITER_ABORT values
authorDarrick J. Wong <darrick.wong@oracle.com>
Fri, 15 Nov 2019 22:16:22 +0000 (17:16 -0500)
committerEric Sandeen <sandeen@redhat.com>
Fri, 15 Nov 2019 22:16:22 +0000 (17:16 -0500)
commit837d3acf05e070727c9d646bcc70a3c98669b8b8
tree6be5514ac142ff3f006ac89c90f384558863a43a
parent36c00a3073e1c64aa0cef472827429939e4ec998
xfs: remove all *_ITER_ABORT values

Source kernel commit: e7ee96dfb8c2687a29d2c5c3b06c967fa54b839c

Use -ECANCELED to signal "stop iterating" instead of these magical
*_ITER_ABORT values, since it's duplicative.

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_btree.c
libxfs/xfs_btree.h
libxfs/xfs_rmap.c
libxfs/xfs_shared.h