diff options
author | Dan Carpenter <dan.carpenter@oracle.com> | 2011-12-13 20:29:43 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-12-14 02:39:30 -0500 |
commit | f9586f79bf6125ae28fab9f585094c56e8740e83 (patch) | |
tree | eea369cc3ac135bc9841c453ffdb2b81cc72d884 /net/8021q/vlan_dev.c | |
parent | c63044f0d22a13532047ad04216af45b6ac7fdaf (diff) | |
download | blackbird-op-linux-f9586f79bf6125ae28fab9f585094c56e8740e83.tar.gz blackbird-op-linux-f9586f79bf6125ae28fab9f585094c56e8740e83.zip |
vlan: add rtnl_dereference() annotations
The original code generates a Sparse warning:
net/8021q/vlan_core.c:336:9:
error: incompatible types in comparison expression (different address spaces)
It's ok to dereference __rcu pointers here because we are holding the
RTNL lock. I've added some calls to rtnl_dereference() to silence the
warning.
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Acked-by: Eric Dumazet <eric.dumazet@gmail.com>
Acked-by: Jiri Pirko <jpirko@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/8021q/vlan_dev.c')
0 files changed, 0 insertions, 0 deletions