diff options
author | David Howells <dhowells@redhat.com> | 2016-10-06 08:11:48 +0100 |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2016-10-06 08:11:48 +0100 |
commit | b63452c11e22382e592d3f7f9ac4966197d3eab6 (patch) | |
tree | 327105b7e1b14446cef73b4fff2d2985d6f9a9c4 /drivers/cpufreq | |
parent | af70c1f92d3567035d2f73f39079459d58c706dc (diff) | |
download | linux-b63452c11e22382e592d3f7f9ac4966197d3eab6.tar.gz linux-b63452c11e22382e592d3f7f9ac4966197d3eab6.tar.bz2 linux-b63452c11e22382e592d3f7f9ac4966197d3eab6.zip |
rxrpc: Accesses of rxrpc_local::service need to be RCU managed
struct rxrpc_local->service is marked __rcu - this means that accesses of
it need to be managed using RCU wrappers. There are two such places in
rxrpc_release_sock() where the value is checked and cleared. Fix this by
using the appropriate wrappers.
Signed-off-by: David Howells <dhowells@redhat.com>
Diffstat (limited to 'drivers/cpufreq')
0 files changed, 0 insertions, 0 deletions