diff options
author | 2025-05-07 16:33:45 +0100 | |
---|---|---|
committer | 2025-05-15 14:30:56 +0200 | |
commit | 9f6fa5b34492a5ad5f796113061780212744fd5d (patch) | |
tree | 51d4ea7c525edb8f8d5ce0d29da2b01db247b3d4 /scripts/gdb/linux/utils.py | |
parent | btrfs: use boolean for delalloc argument to btrfs_free_reserved_bytes() (diff) | |
download | wireguard-linux-9f6fa5b34492a5ad5f796113061780212744fd5d.tar.xz wireguard-linux-9f6fa5b34492a5ad5f796113061780212744fd5d.zip |
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/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions