mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-04 17:15:50 +00:00
91f1c2b3cc
prevent the compiler from optimizing assignments into byte-copy operations which might make access to the individual fields non-atomic. Use the individual fields throughout, and don't bother locking them with Giant: it is no longer needed. Inspired by: tjr