diff options
author | 2024-08-05 17:54:00 +0900 | |
---|---|---|
committer | 2024-08-05 17:54:00 +0900 | |
commit | 4f1f91aeca50c8ca0bd84baab3c92a0a3b4db2d7 (patch) | |
tree | 3356ab0743c52a61b6910334d87acc864a7c8e78 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | firewire: core: use guard macro to disable local IRQ (diff) | |
download | wireguard-linux-4f1f91aeca50c8ca0bd84baab3c92a0a3b4db2d7.tar.xz wireguard-linux-4f1f91aeca50c8ca0bd84baab3c92a0a3b4db2d7.zip |
firewire: core: use guard macro to maintain list of events for userspace clients
The core function maintains events to userspace by list in the instance of
client. The concurrent access to the list is protected by spinlock in
the instance.
This commit uses guard macro to maintain the spinlock.
Link: https://lore.kernel.org/r/20240805085408.251763-10-o-takashi@sakamocchi.jp
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions