]> www.infradead.org Git - users/hch/xfsprogs.git/commit
misc: use xfs_agfl_walk where appropriate
authorDarrick J. Wong <darrick.wong@oracle.com>
Wed, 1 Aug 2018 22:06:45 +0000 (17:06 -0500)
committerEric Sandeen <sandeen@redhat.com>
Wed, 1 Aug 2018 22:06:45 +0000 (17:06 -0500)
commit581c24aade3ee3dedcecac5feb40b589476b922d
treebde0adfec4e1527b747784fb80baae20c5816277
parent0724d0f4cb53bcf5a4a70877d9732d4bfc59a33b
misc: use xfs_agfl_walk where appropriate

Use the xfs_agfl_walk function to iterate every block in the AGFL,
instead of open-coding it db and repair.

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>
db/check.c
db/freesp.c
libxfs/libxfs_api_defs.h
repair/scan.c