]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
repair: add missing locking in scanfunc_bmap
authorChristoph Hellwig <hch@infradead.org>
Wed, 2 Sep 2009 17:55:45 +0000 (17:55 +0000)
committerAlex Elder <aelder@sgi.com>
Fri, 23 Oct 2009 17:19:10 +0000 (12:19 -0500)
commitbad0fe5d541323ff47167638ae4a577d9999a67c
tree82c65295944f8b7f38f14990673f220263b39a74
parent209875400d1f11d4d3f37032d3d35ebb4559ef4b
repair: add missing locking in scanfunc_bmap

Make sure to protect access to the block usage tracking btree with
the ag_lock.

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/scan.c