diff options
author | 2025-07-11 20:59:36 +0100 | |
---|---|---|
committer | 2025-07-22 01:14:07 +0200 | |
commit | 3a074cc659ef857d727d879d86cd96e934a6f6df (patch) | |
tree | f6c11c701986f6d3ba6aab2d84f51c1fe8ab37c3 /tools/perf/scripts/python | |
parent | btrfs: don't skip remaining extrefs if dir not found during log replay (diff) | |
download | wireguard-linux-3a074cc659ef857d727d879d86cd96e934a6f6df.tar.xz wireguard-linux-3a074cc659ef857d727d879d86cd96e934a6f6df.zip |
btrfs: use saner variable type and name to indicate extrefs at add_inode_ref()
We are using a variable named 'log_ref_ver' of type int to indicate if we
are processing an extref item or not, using a value of 1 if so, otherwise
0. This is an odd name and type, so rename it to 'is_extref_item' and
change its type to bool.
Reviewed-by: Boris Burkov <boris@bur.io>
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