commit | dcdc43d6642c828fa10d25130a92b712003d2ca4 | [log] [tgz] |
---|---|---|
author | Daniel Mack <daniel@zonque.org> | Thu Dec 15 10:53:21 2016 +0100 |
committer | David S. Miller <davem@davemloft.net> | Sat Dec 17 11:14:25 2016 -0500 |
tree | d92e90a6248822a7ad720643521c48f6a9ca5f51 | |
parent | 28055c9710e7ab1479d018224be697f63eac2daa [diff] |
bpf: cgroup: annotate pointers in struct cgroup_bpf with __rcu The member 'effective' in 'struct cgroup_bpf' is protected by RCU. Annotate it accordingly to squelch a sparse warning. Signed-off-by: Daniel Mack <daniel@zonque.org> Acked-by: Alexei Starovoitov <ast@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>