diff options
author | Hangbin Liu <liuhangbin@gmail.com> | 2022-12-12 06:56:45 +0300 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2022-12-14 06:19:32 +0300 |
commit | 3d0b738fc5adf9f380702ac1424672e4b32c3781 (patch) | |
tree | 97f6527894bf96a495565ae323ed25d780dc538a /tools/perf/scripts/python/export-to-postgresql.py | |
parent | f3b4a00f0f62da252c598310698dfc82ef2f2e2e (diff) | |
download | linux-3d0b738fc5adf9f380702ac1424672e4b32c3781.tar.xz |
bonding: add missed __rcu annotation for curr_active_slave
There is one direct accesses to bond->curr_active_slave in
bond_miimon_commit(). Protected it by rcu_access_pointer()
since the later of this function also use this one.
Signed-off-by: Hangbin Liu <liuhangbin@gmail.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions