There are no know bugs related to this, still it may fix some latent ones.
Main concerns with preexisting code:
- Inconsistent atomic/non-atomic access to the same field.
- Assumption that bitfield chunk_state is always the first byte without even taking into account endianness.
clang-tidy: warning: invalid case style for member 'chunk_state' [readability-identifier-naming]
not useful