diff options
author | 2021-11-10 19:20:08 +0000 | |
---|---|---|
committer | 2021-11-16 16:51:11 +0100 | |
commit | d08e38b62327961295be1c63b562cd46ec97cd07 (patch) | |
tree | bdf048eafb7be50c7d3908c3d07a5f3eb4f26073 /net/unix/af_unix.c | |
parent | btrfs: check-integrity: fix a warning on write caching disabled disk (diff) | |
download | wireguard-linux-d08e38b62327961295be1c63b562cd46ec97cd07.tar.xz wireguard-linux-d08e38b62327961295be1c63b562cd46ec97cd07.zip |
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 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions