summaryrefslogtreecommitdiff
path: root/scripts/lib/kdoc/kdoc_files.py
diff options
context:
space:
mode:
authorFilipe Manana <fdmanana@suse.com>2025-05-07 16:33:45 +0100
committerDavid Sterba <dsterba@suse.com>2025-05-15 14:30:56 +0200
commit9f6fa5b34492a5ad5f796113061780212744fd5d (patch)
tree51d4ea7c525edb8f8d5ce0d29da2b01db247b3d4 /scripts/lib/kdoc/kdoc_files.py
parentba4ec9a5a018379825f7c6d97910cae2bd14481a (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