diff options
author | 2025-07-11 09:46:16 +0100 | |
---|---|---|
committer | 2025-07-22 00:09:22 +0200 | |
commit | d6be378de06c8ae72c46d528f69cc53fa382b01c (patch) | |
tree | b59cfd3a7dc8f12dfacfe36812d9bd41e730cbc5 /tools/perf/scripts/python | |
parent | btrfs: use cached state when falling back from NOCoW write to CoW write (diff) | |
download | wireguard-linux-d6be378de06c8ae72c46d528f69cc53fa382b01c.tar.xz wireguard-linux-d6be378de06c8ae72c46d528f69cc53fa382b01c.zip |
btrfs: remove btrfs_clear_extent_bits()
It's just a simple wrapper around btrfs_clear_extent_bit() that passes a
NULL for its last argument (a cached extent state record), plus there is
not counter part - we have a btrfs_set_extent_bit() but we do not have a
btrfs_set_extent_bits() (plural version). So just remove it and make all
callers use btrfs_clear_extent_bit() directly.
Reviewed-by: Qu Wenruo <wqu@suse.com>
Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
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')
0 files changed, 0 insertions, 0 deletions