diff options
author | 2023-11-02 16:26:59 +0000 | |
---|---|---|
committer | 2023-11-17 07:55:27 +0000 | |
commit | e6bace7313d61e31f2b16fa3d774fd8cb3cb869e (patch) | |
tree | c2416f043af3983d23ba5688bc64d40ae36b8d29 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | MAINTAINERS: Add netdev subsystem profile link (diff) | |
download | wireguard-linux-e6bace7313d61e31f2b16fa3d774fd8cb3cb869e.tar.xz wireguard-linux-e6bace7313d61e31f2b16fa3d774fd8cb3cb869e.zip |
afs: Fix afs_server_list to be cleaned up with RCU
afs_server_list is accessed with the rcu_read_lock() held from
volume->servers, so it needs to be cleaned up correctly.
Fix this by using kfree_rcu() instead of kfree().
Fixes: 8a070a964877 ("afs: Detect cell aliases 1 - Cells with root volumes")
Signed-off-by: David Howells <dhowells@redhat.com>
cc: Marc Dionne <marc.dionne@auristor.com>
cc: linux-afs@lists.infradead.org
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions