]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
libfrog: fix bitmap error communication problems
authorDarrick J. Wong <darrick.wong@oracle.com>
Thu, 17 Oct 2019 02:35:25 +0000 (22:35 -0400)
committerEric Sandeen <sandeen@sandeen.net>
Thu, 17 Oct 2019 02:35:25 +0000 (22:35 -0400)
commit233fabee02b632b783aed9ad981908a2fab14cfa
treedf1b808b05ef30b5aa37565ee67985deb80d5050
parent336c482472c2c65249b069d910c3255224b3a0d8
libfrog: fix bitmap error communication problems

Convert all the libfrog code and callers away from the libc-style
indirect errno returns to directly returning error codes to callers.

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/bitmap.c
libfrog/bitmap.h
repair/rmap.c
scrub/phase6.c