Re: [PATCH] btrfs: make 1-bit bit-fields unsigned int

From: David Sterba
Date: Thu Nov 11 2021 - 06:31:06 EST


On Wed, Nov 10, 2021 at 07:20:08PM +0000, Colin Ian King wrote:
> The bitfields have_csum and io_error are currently signed which is
> not recommended as the representation is an implementation defined
> behaviour. Fix this by making the bit-fields unsigned ints.
>
> Fixes: 2c36395430b0 ("btrfs: scrub: remove the anonymous structure from scrub_page")
> Signed-off-by: Colin Ian King <colin.i.king@xxxxxxxxx>

Added to misc-next, thanks.