diff options
author | 2024-08-05 17:53:58 +0900 | |
---|---|---|
committer | 2024-08-05 17:53:58 +0900 | |
commit | 3a335229c5eb13b8b9b8f7ede386df31cc94c1b1 (patch) | |
tree | 692764743ab7ce41d8b4f0c2f16bb7a5bb14980a /tools/perf/scripts/python/export-to-postgresql.py | |
parent | firewire: core: use guard macro to access to IDR for fw_device (diff) | |
download | wireguard-linux-3a335229c5eb13b8b9b8f7ede386df31cc94c1b1.tar.xz wireguard-linux-3a335229c5eb13b8b9b8f7ede386df31cc94c1b1.zip |
firewire: core: use guard macro to maintain the list of address handler for transaction
The core function maintains address handlers by list. It is protected by
spinlock to insert and remove entry to the list.
This commit uses guard macro to maintain the spinlock.
Link: https://lore.kernel.org/r/20240805085408.251763-8-o-takashi@sakamocchi.jp
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions