]> www.infradead.org Git - users/jedix/linux-maple.git/commit
btrfs: switch int dev_replace_is_ongoing variables/parameters to bool
authorDavid Sterba <dsterba@suse.com>
Wed, 23 Apr 2025 16:53:58 +0000 (18:53 +0200)
committerDavid Sterba <dsterba@suse.com>
Thu, 15 May 2025 12:30:49 +0000 (14:30 +0200)
commitf24d25544f4fa03cf8df0f59389e1afa355e2826
tree7c4b291e409c29c5b50157d842d62638ed1ffc9e
parentf963e0128b180e8ab501bf1d5772fce17c36d68f
btrfs: switch int dev_replace_is_ongoing variables/parameters to bool

Both the variable and the parameter are used as logical indicators so
convert them to bool.

Reviewed-by: Naohiro Aota <naohiro.aota@wdc.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/volumes.c