diff options
author | Paolo Abeni <pabeni@redhat.com> | 2018-03-08 10:29:30 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-03-08 17:12:43 +0100 |
commit | ae5799dc7ec77fe0382d58cdcba9f6d1204157ae (patch) | |
tree | 9191b39a36b22345ac9f291fad56f0836e7e27f6 /Makefile | |
parent | ip6mr: remove synchronize_rcu() in favor of SOCK_RCU_FREE (diff) | |
download | linux-ae5799dc7ec77fe0382d58cdcba9f6d1204157ae.tar.xz linux-ae5799dc7ec77fe0382d58cdcba9f6d1204157ae.zip |
ipvlan: properly annotate rx_handler access
The rx_handler field is rcu-protected, but I forgot to use the
proper accessor while refactoring netif_is_ipvlan_port(). Such
function only check the rx_handler value, so it is safe, but we need
to properly read rx_handler via rcu_access_pointer() to avoid sparse
warnings.
Fixes: 1ec54cb44e67 ("net: unpollute priv_flags space")
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions