]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
repair: cleanup helpers for tracking block usage
authorBarry Naujok <bnaujok@sgi.com>
Tue, 8 Sep 2009 14:15:44 +0000 (11:15 -0300)
committerhch@lst.de <Christoph Hellwig>
Tue, 8 Sep 2009 14:15:44 +0000 (11:15 -0300)
commit8ea0e1227354e0d993dd20582d87a8947bc0beca
tree69278260adbf684f3c281f071d6498cfaf4700d4
parenta7df878d7721df6ad45023d4f8dde4b31948c810
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>
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