aboutsummaryrefslogtreecommitdiff
path: root/net/unix/sysctl_net_unix.c
diff options
context:
space:
mode:
authorKirill Tkhai <[email protected]>2018-03-26 12:28:47 +0300
committerDavid S. Miller <[email protected]>2018-03-26 13:03:26 -0400
commit855aeba34047f53e3665b0c3bcac80fe87ee2f7b (patch)
tree8b5d88bd741f029529e2cae3b85710530dfcba00 /net/unix/sysctl_net_unix.c
parent1c976a8c52f0a6c5ed674803908bb5a8993d4980 (diff)
net: Convert rpcsec_gss_net_ops
These pernet_operations initialize and destroy sunrpc_net_id refered per-net items. Only used global list is cache_list, and accesses already serialized. sunrpc_destroy_cache_detail() check for list_empty() without cache_list_lock, but when it's called from unregister_pernet_subsys(), there can't be callers in parallel, so we won't miss list_empty() in this case. Signed-off-by: Kirill Tkhai <[email protected]> Acked-by: Anna Schumaker <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/unix/sysctl_net_unix.c')
0 files changed, 0 insertions, 0 deletions