]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
repair: cleanup helpers for tracking block usage
authorBarry Naujok <bnaujok@sgi.com>
Thu, 12 Nov 2009 10:27:33 +0000 (11:27 +0100)
committerhch@lst.de <Christoph Hellwig>
Thu, 12 Nov 2009 10:27:33 +0000 (11:27 +0100)
commit95650c4de8f7aed0f542aa7f5552e5ace1f2c45c
tree823b715eced626420a12778b2896f4e1d9581984
parent610f3285d096ba6fc7339a8cb70cd3fb76144d31
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>
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