btrfs: relocation: switch bitfields to bool in reloc_control
authorDavid Sterba <dsterba@suse.com>
Fri, 22 Sep 2023 11:07:18 +0000 (13:07 +0200)
committerDavid Sterba <dsterba@suse.com>
Thu, 12 Oct 2023 14:44:13 +0000 (16:44 +0200)
commitd23d42e39b03f3fb5fd06e8c8a38447beae8e217
tree25dda6f4755009ade0f0dd7a48f87b7f37ee6720
parent8daf07cf2b7919e7c2cf6249b19ff9bb88f95c9d
btrfs: relocation: switch bitfields to bool in reloc_control

Use bool types for the indicators instead of bitfields. The structure
size slightly grows but the new types are placed within the padding.

Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Reviewed-by: Qu Wenruo <wqu@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/relocation.c