]> git.ipfire.org Git - thirdparty/linux.git/commit
btrfs: change 'reserved' argument from pin_down_extent() to bool
authorFilipe Manana <fdmanana@suse.com>
Mon, 20 Oct 2025 12:52:11 +0000 (13:52 +0100)
committerDavid Sterba <dsterba@suse.com>
Mon, 24 Nov 2025 21:16:14 +0000 (22:16 +0100)
commit4cb0abc1cf4f46f9b910ce19e79f326c1f16cecb
tree707cc3fb210526b15ccc263f0a0afa26447cfef4
parent8dcb8e4b110d86aaae2c485622423b6f63a65408
btrfs: change 'reserved' argument from pin_down_extent() to bool

It's used as a boolean, so convert it from int type to bool type.

Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Signed-off-by: Filipe Manana <fdmanana@suse.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/extent-tree.c