]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
libfrog/xfs_scrub: improve iteration function documentation
authorDarrick J. Wong <darrick.wong@oracle.com>
Fri, 1 Nov 2019 20:16:40 +0000 (16:16 -0400)
committerEric Sandeen <sandeen@sandeen.net>
Fri, 1 Nov 2019 20:16:40 +0000 (16:16 -0400)
commitaeff064126ede3d7eef1e7120f93c71a35fe2b73
treef1f2144ab35f0c6502134ddbdc0e962f997ec908
parent5770b2f08d4ce8bf0c2f1708ff3937fce4f202cd
libfrog/xfs_scrub: improve iteration function documentation

Between libfrog and xfs_scrub, we have several item collection iteration
functions that take a pointer to a function that will be called for
every item in that collection.  They're not well documented, so improve
the description of when they'll be called and what kinds of return
values they expect.

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>
libfrog/ptvar.h
scrub/filemap.h
scrub/inodes.h
scrub/spacemap.h
scrub/vfs.h