diff options
author | Filipe Manana <[email protected]> | 2024-06-18 15:21:50 +0100 |
---|---|---|
committer | David Sterba <[email protected]> | 2024-07-11 15:33:26 +0200 |
commit | 716404e59a17f917b32c649a733c9a23e5d15ad4 (patch) | |
tree | 9b27875b05bb8d2e6fcca4b536806ce7fd8aad74 /tools/perf/scripts/python/flamegraph.py | |
parent | 119474bdbac0858053cf367c8c932dd5c4bb4e85 (diff) |
btrfs: simplify setting the full backref flag at update_ref_for_cow()
We keep a "new_flags" variable only to keep track if we need to update the
metadata extent's flags, and when we set BTRFS_BLOCK_FLAG_FULL_BACKREF in
the variable, we do it in an inner scope. Then check in an outer scope
if the variable is not 0 and if so call btrfs_set_disk_extent_flags().
The variable isn't used for anything else. This is somewhat confusing, so
to make it more straightforward update the extent's flags where we are
currently updating "new_flags" and remove the variable.
Reviewed-by: Qu Wenruo <[email protected]>
Signed-off-by: Filipe Manana <[email protected]>
Signed-off-by: David Sterba <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/flamegraph.py')
0 files changed, 0 insertions, 0 deletions