diff options
author | Filipe Manana <fdmanana@suse.com> | 2025-02-12 11:31:59 +0000 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2025-03-18 20:35:45 +0100 |
commit | 9453fe329789073d9a971de01da5902c32c1a01a (patch) | |
tree | 34740eb962b511f3880f3de3429db7a3f72042de /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 17f6a74d0b89092e38e3328b66eda1ab29a195d4 (diff) |
btrfs: send: only use boolean variables at process_recorded_refs()
We have several local variables at process_recorded_refs() that are used
as booleans, with some of them having a 'bool' type while two of them
having an 'int' type. Change this to make them all use the 'bool' type
which is more clear and to make everything more consistent.
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/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions