Loading fs/btrfs/extent-tree.c +1 −1 Original line number Diff line number Diff line Loading @@ -3578,7 +3578,7 @@ static int do_chunk_alloc(struct btrfs_trans_handle *trans, space_info->chunk_alloc = 0; spin_unlock(&space_info->lock); out: mutex_unlock(&extent_root->fs_info->chunk_mutex); mutex_unlock(&fs_info->chunk_mutex); return ret; } Loading Loading
fs/btrfs/extent-tree.c +1 −1 Original line number Diff line number Diff line Loading @@ -3578,7 +3578,7 @@ static int do_chunk_alloc(struct btrfs_trans_handle *trans, space_info->chunk_alloc = 0; spin_unlock(&space_info->lock); out: mutex_unlock(&extent_root->fs_info->chunk_mutex); mutex_unlock(&fs_info->chunk_mutex); return ret; } Loading