xfs: remove all *_ITER_ABORT values
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>
This commit is contained in:
@@ -180,7 +180,4 @@ struct xfs_ino_geometry {
|
||||
/* Keep iterating the data structure. */
|
||||
#define XFS_ITER_CONTINUE (0)
|
||||
|
||||
/* Stop iterating the data structure. */
|
||||
#define XFS_ITER_ABORT (1)
|
||||
|
||||
#endif /* __XFS_SHARED_H__ */
|
||||
|
||||
Reference in New Issue
Block a user