]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
repair: add missing locking in scanfunc_bmap repair-speedup-20090908
authorBarry Naujok <bnaujok@sgi.com>
Tue, 8 Sep 2009 14:17:07 +0000 (11:17 -0300)
committerhch@lst.de <Christoph Hellwig>
Tue, 8 Sep 2009 14:17:07 +0000 (11:17 -0300)
commit5330b0de1c552f57b3191af20c09cf04540ac2de
treeefee6779265ed84ff2120ff8d0d7fd7ae02b2243
parent7fa01d6816952ce7d6fa5544a44c781b3dbbfee9
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>
repair/scan.c