]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
repair: add missing locking in scanfunc_bmap repair-speedup-20091112
authorBarry Naujok <bnaujok@sgi.com>
Thu, 12 Nov 2009 10:28:37 +0000 (11:28 +0100)
committerhch@lst.de <Christoph Hellwig>
Thu, 12 Nov 2009 10:28:37 +0000 (11:28 +0100)
commit9161500e9813250b4bad3f6fdd940f38a80ac27b
treef471cbaec0e284147f14217c32f128bedb6d29f7
parent79872d6ec09a6b5416bda068d2e45a861cff76db
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>
repair/scan.c