diff options
author | 2025-05-07 16:28:51 +0100 | |
---|---|---|
committer | 2025-05-15 14:30:56 +0200 | |
commit | ba4ec9a5a018379825f7c6d97910cae2bd14481a (patch) | |
tree | 53aa6da1f6746ac29c2256142b86d4f7cfd52739 /scripts/lib/kdoc/kdoc_output.py | |
parent | btrfs: fold error checks when allocating ordered extent and update comments (diff) | |
download | wireguard-linux-ba4ec9a5a018379825f7c6d97910cae2bd14481a.tar.xz wireguard-linux-ba4ec9a5a018379825f7c6d97910cae2bd14481a.zip |
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_output.py')
0 files changed, 0 insertions, 0 deletions