diff options
author | Filipe Manana <fdmanana@suse.com> | 2025-07-11 20:59:36 +0100 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2025-07-22 01:14:07 +0200 |
commit | 3a074cc659ef857d727d879d86cd96e934a6f6df (patch) | |
tree | f6c11c701986f6d3ba6aab2d84f51c1fe8ab37c3 /lib/cpu-notifier-error-inject.c | |
parent | 24e066ded45b8147b79c7455ac43a5bff7b5f378 (diff) |
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 'lib/cpu-notifier-error-inject.c')
0 files changed, 0 insertions, 0 deletions