diff options
author | 2023-12-22 01:46:16 +0900 | |
---|---|---|
committer | 2024-01-12 01:59:59 +0100 | |
commit | d967c914a633ee797255261808720f791b658f24 (patch) | |
tree | c16b9c6a139ea1ad3e70c49f0c35d89477c291e9 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | btrfs: ref-verify: free ref cache before clearing mount opt (diff) | |
download | wireguard-linux-d967c914a633ee797255261808720f791b658f24.tar.xz wireguard-linux-d967c914a633ee797255261808720f791b658f24.zip |
btrfs: fix unbalanced unlock of mapping_tree_lock
The error path of btrfs_get_chunk_map() releases
fs_info->mapping_tree_lock. But, it is taken and released in
btrfs_find_chunk_map(). So, there is no need to do so.
Fixes: 7dc66abb5a47 ("btrfs: use a dedicated data structure for chunk maps")
Signed-off-by: Naohiro Aota <naohiro.aota@wdc.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions