diff options
author | Eric Dumazet <[email protected]> | 2024-10-04 13:47:19 +0000 |
---|---|---|
committer | Jakub Kicinski <[email protected]> | 2024-10-07 16:38:58 -0700 |
commit | 143ca845ec0c625c410768c36e1a949ef4ed1915 (patch) | |
tree | d0fb78fa33d6a2a7f16917f8cc53b8b5b2637713 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | fc38b28365e5f1396209d2878a34065468765087 (diff) |
ipv4: remove fib_info_lock
After the prior patch, fib_info_lock became redundant
because all of its users are holding RTNL.
BH protection is not needed.
Remove the READ_ONCE()/WRITE_ONCE() annotations around fib_info_cnt,
since it is protected by RTNL.
Signed-off-by: Eric Dumazet <[email protected]>
Reviewed-by: Kuniyuki Iwashima <[email protected]>
Reviewed-by: David Ahern <[email protected]>
Link: https://patch.msgid.link/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions