diff options
author | Colin Ian King <colin.i.king@googlemail.com> | 2021-11-10 19:20:08 +0000 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2021-11-16 16:51:11 +0100 |
commit | d08e38b62327961295be1c63b562cd46ec97cd07 (patch) | |
tree | bdf048eafb7be50c7d3908c3d07a5f3eb4f26073 /fs/btrfs/ioctl.c | |
parent | a91cf0ffbc244792e0b3ecf7d0fddb2f344b461f (diff) |
btrfs: make 1-bit bit-fields of scrub_page unsigned int
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")
Reviewed-by: Josef Bacik <josef@toxicpanda.com>
Reviewed-by: Qu Wenruo <wqu@suse.com>
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs/btrfs/ioctl.c')
0 files changed, 0 insertions, 0 deletions