]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit - scrub/phase6.c
xfs_scrub: remove moveon from filemap iteration
authorDarrick J. Wong <darrick.wong@oracle.com>
Wed, 6 Nov 2019 22:27:17 +0000 (17:27 -0500)
committerEric Sandeen <sandeen@sandeen.net>
Wed, 6 Nov 2019 22:27:17 +0000 (17:27 -0500)
commit73ce96690eb4d8a5b65b74f61cc26987323642db
tree1b22601e9cc99bcc9f09a0c9da14426d7081e42a
parent16dbab1a1f8afff574273e7771d9f15300a6dc26
xfs_scrub: remove moveon from filemap iteration

Remove the moveon and descr clutter from filemap iteration in favor of
returning errors directly and passing error domain descriptions around
through the existing void *arg.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
scrub/filemap.c
scrub/filemap.h
scrub/phase6.c