diff options
author | Filipe Manana <fdmanana@suse.com> | 2025-05-07 16:28:51 +0100 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2025-05-15 14:30:56 +0200 |
commit | ba4ec9a5a018379825f7c6d97910cae2bd14481a (patch) | |
tree | 53aa6da1f6746ac29c2256142b86d4f7cfd52739 /scripts/lib/kdoc/kdoc_files.py | |
parent | 87417e0cbbf30447e3549d16a682deebcd87aa9c (diff) |
btrfs: use boolean for delalloc argument to btrfs_free_reserved_bytes()
We are using an integer for the 'delalloc' argument but all we need is a
boolean, so switch the type to 'bool' and rename the parameter to
'is_delalloc' to better match the fact that it's a boolean.
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 'scripts/lib/kdoc/kdoc_files.py')
0 files changed, 0 insertions, 0 deletions