btrfs: switch extent_page_data bit fields to bools
authorDavid Sterba <dsterba@suse.com>
Thu, 27 Oct 2022 11:07:03 +0000 (13:07 +0200)
committerDavid Sterba <dsterba@suse.com>
Mon, 5 Dec 2022 17:00:48 +0000 (18:00 +0100)
commit8ec8519b47897d01a7e8c5ad95734529a3dd60bf
treee7f9c3961317ca18931376780eb2419a085b31c0
parent428c8e03109e717d90e0d1329dc3d926b9421ad3
btrfs: switch extent_page_data bit fields to bools

The semantics of the two members is a boolean, so change the type
accordingly.  We have space in extent_page_data due to alignment there's
no change in size.

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