diff options
author | Dan Carpenter <dan.carpenter@oracle.com> | 2011-12-13 21:29:43 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-12-14 08:39:30 +0100 |
commit | f9586f79bf6125ae28fab9f585094c56e8740e83 (patch) | |
tree | eea369cc3ac135bc9841c453ffdb2b81cc72d884 /lib/crc32defs.h | |
parent | rtnetlink: rtnl_link_register() sanity test (diff) | |
download | linux-f9586f79bf6125ae28fab9f585094c56e8740e83.tar.xz 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 'lib/crc32defs.h')
0 files changed, 0 insertions, 0 deletions