]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
repair: cleanup helpers for tracking block usage
authorChristoph Hellwig <hch@infradead.org>
Wed, 2 Sep 2009 17:55:41 +0000 (17:55 +0000)
committerAlex Elder <aelder@sgi.com>
Fri, 23 Oct 2009 17:10:36 +0000 (12:10 -0500)
commitadd8f6632f1797962939043223daa99071b1d933
treeaaa2f4175b4ec1aeb5b5027885b18d12879663e3
parentda9398dd294193331f7e9c332e8e2a4106e67dc1
repair: cleanup helpers for tracking block usage

Rename get_agbno_state/set_agbno_state to get_bmap/set_bmap because
those names are more self-descriptive.  Remove the superblous mount
argument to the as the current filesystem is a global in repair.
Remove the fsbno taking variant as they just complicated the code.
Bring all uses of them into the canonical form.

Signed-off-by: Barry Naujok <bnaujok@sgi.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Alex Elder <aelder@sgi.com>
Signed-off-by: Alex Elder <aelder@sgi.com>
repair/Makefile
repair/dino_chunks.c
repair/dinode.c
repair/incore.c
repair/incore.h
repair/phase2.c
repair/phase3.c
repair/phase4.c
repair/phase5.c
repair/rt.c
repair/scan.c