summaryrefslogtreecommitdiff
path: root/include/linux/debugobjects.h
diff options
context:
space:
mode:
authorSven Eckelmann <sven@narfation.org>2026-05-12 19:37:05 +0200
committerSven Eckelmann <sven@narfation.org>2026-06-01 14:22:01 +0200
commit2b2450e3266ad01feb5ad0adb6ec3cd5b830c511 (patch)
tree2c3869dc04b3618dd6f43933432c5e68c3c539eb /include/linux/debugobjects.h
parent26f8f9f9379bb059fce6325ce87fe881f834fab3 (diff)
batman-adv: replace non-atomic mesh state with (READ|WRITE)_ONCE
The mesh state is only accessed as plain loads/stores and does not require full atomic_t semantics. Convert to an enum and replace its users with READ_ONCE()/WRITE_ONCE() to avoid load/store tearing. Signed-off-by: Sven Eckelmann <sven@narfation.org>
Diffstat (limited to 'include/linux/debugobjects.h')
0 files changed, 0 insertions, 0 deletions