diff options
author | Filipe Manana <fdmanana@suse.com> | 2025-05-07 16:33:45 +0100 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2025-05-15 14:30:56 +0200 |
commit | 9f6fa5b34492a5ad5f796113061780212744fd5d (patch) | |
tree | 51d4ea7c525edb8f8d5ce0d29da2b01db247b3d4 /scripts/lib/kdoc/kdoc_files.py | |
parent | ba4ec9a5a018379825f7c6d97910cae2bd14481a (diff) |
btrfs: use boolean for delalloc argument to btrfs_free_reserved_extent()
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