diff options
| author | Filipe Manana <fdmanana@suse.com> | 2023-06-30 18:03:50 +0300 |
|---|---|---|
| committer | David Sterba <dsterba@suse.com> | 2023-08-21 15:52:13 +0300 |
| commit | b1c8f527feb858927f50a136d13196f107c63631 (patch) | |
| tree | 0cab8e411381d81758dd54407beef4fb8635324f /tools/perf/scripts/python/syscall-counts-by-pid.py | |
| parent | e5860f8207ed341502ecee80688cef93e367b615 (diff) | |
| download | linux-b1c8f527feb858927f50a136d13196f107c63631.tar.xz | |
btrfs: open code trivial btrfs_add_excluded_extent()
The code for btrfs_add_excluded_extent() is trivial, it's just a
set_extent_bit() call. However it's defined in extent-tree.c but it is
only used (twice) in block-group.c. So open code it in block-group.c,
reducing the need to export a trivial function.
Also since the only caller btrfs_add_excluded_extent() is prepared to
deal with errors, stop ignoring errors from the set_extent_bit() call.
Signed-off-by: Filipe Manana <fdmanana@suse.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts-by-pid.py')
0 files changed, 0 insertions, 0 deletions
