summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorFilipe Manana <fdmanana@suse.com>2026-02-10 15:18:50 +0300
committerDavid Sterba <dsterba@suse.com>2026-04-07 19:55:56 +0300
commit6fa972956830b17b0bf905a5b3da87517300dc0b (patch)
tree3ad25e54b6af350fda85ab3acdf2617f8e1e5027 /scripts
parent521f8672b6b34a8959f8b5a5859364e52aa1ba8a (diff)
downloadlinux-6fa972956830b17b0bf905a5b3da87517300dc0b.tar.xz
btrfs: pass literal booleans to functions that take boolean arguments
We have several functions with parameters defined as booleans but then we have callers passing integers, 0 or 1, instead of false and true. While this isn't a bug since 0 and 1 are converted to false and true, it is odd and less readable. Change the callers to pass true and false literals instead. 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 'scripts')
0 files changed, 0 insertions, 0 deletions