• C
    Btrfs: fix relocation races · 7585717f
    Chris Mason 提交于
    The recent commit to get rid of our trans_mutex introduced
    some races with block group relocation.  The problem is that relocation
    needs to do some record keeping about each root, and it was relying
    on the transaction mutex to coordinate things in subtle ways.
    
    This fix adds a mutex just for the relocation code and makes sure
    it doesn't have a big impact on normal operations.  The race is
    really fixed in btrfs_record_root_in_trans, which is where we
    step back and wait for the relocation code to finish accounting
    setup.
    Signed-off-by: NChris Mason <chris.mason@oracle.com>
    7585717f
ctree.h 85.9 KB