Paolo Abeni ae5799dc7e 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>
2018-03-08 11:12:43 -05:00
..
2018-02-27 11:01:36 -05:00
2018-03-07 15:55:50 -05:00
2018-03-02 10:01:25 +01:00
2018-02-27 11:01:36 -05:00
2018-02-27 11:01:37 -05:00
2018-02-27 10:37:14 -05:00
2018-02-13 10:36:09 -05:00
2018-02-11 14:34:03 -08:00
2018-03-04 13:04:22 -05:00
2018-02-27 11:01:37 -05:00