extent-tree.c (4457c1c702fa1cb2f032bae6dfa0dd2f84ff2b5c) extent-tree.c (f3f7277995675d632a3e42144e1a4c9b0cc58d44)
1// SPDX-License-Identifier: GPL-2.0
2/*
3 * Copyright (C) 2007 Oracle. All rights reserved.
4 */
5
6#include <linux/sched.h>
7#include <linux/sched/signal.h>
8#include <linux/pagemap.h>

--- 10624 unchanged lines hidden (view full) ---

10633 remove_extent_mapping(em_tree, em);
10634 write_unlock(&em_tree->lock);
10635 /* once for the tree */
10636 free_extent_map(em);
10637 }
10638
10639 mutex_unlock(&fs_info->chunk_mutex);
10640
1// SPDX-License-Identifier: GPL-2.0
2/*
3 * Copyright (C) 2007 Oracle. All rights reserved.
4 */
5
6#include <linux/sched.h>
7#include <linux/sched/signal.h>
8#include <linux/pagemap.h>

--- 10624 unchanged lines hidden (view full) ---

10633 remove_extent_mapping(em_tree, em);
10634 write_unlock(&em_tree->lock);
10635 /* once for the tree */
10636 free_extent_map(em);
10637 }
10638
10639 mutex_unlock(&fs_info->chunk_mutex);
10640
10641 ret = remove_block_group_free_space(trans, fs_info, block_group);
10641 ret = remove_block_group_free_space(trans, block_group);
10642 if (ret)
10643 goto out;
10644
10645 btrfs_put_block_group(block_group);
10646 btrfs_put_block_group(block_group);
10647
10648 ret = btrfs_search_slot(trans, root, &key, path, -1, 1);
10649 if (ret > 0)

--- 473 unchanged lines hidden ---
10642 if (ret)
10643 goto out;
10644
10645 btrfs_put_block_group(block_group);
10646 btrfs_put_block_group(block_group);
10647
10648 ret = btrfs_search_slot(trans, root, &key, path, -1, 1);
10649 if (ret > 0)

--- 473 unchanged lines hidden ---