btrfs: async-thread: switch local variables need_order bool
authorDavid Sterba <dsterba@suse.com>
Wed, 12 Feb 2025 20:22:00 +0000 (21:22 +0100)
committerDavid Sterba <dsterba@suse.com>
Tue, 18 Mar 2025 19:35:42 +0000 (20:35 +0100)
commita8511baf321decd78320ba36c24c2ae11196a8b4
tree6de6025da937044ca26d567bd56a488abda8190c
parent0128c9a7cd82d6037ced5e56e3bb462e93e4e1eb
btrfs: async-thread: switch local variables need_order bool

Use bool for 0/1 indicators in thresh_exec_hook() and
btrfs_work_helper().

Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/async-thread.c