summaryrefslogtreecommitdiff
path: root/net/ipv4/fib_lookup.h
diff options
context:
space:
mode:
authorAndreea-Cristina Bernat <bernat.ada@gmail.com>2014-08-17 16:49:41 +0400
committerDavid S. Miller <davem@davemloft.net>2014-08-22 23:23:10 +0400
commite6b688838e25b22e10dd273b48581cb2f62ec16e (patch)
tree25e3de0e0085bc1ea45716d8e955c22fc151476b /net/ipv4/fib_lookup.h
parentb5091b552a9fd7c45f9f8f4efa23bc78af0553cd (diff)
downloadlinux-e6b688838e25b22e10dd273b48581cb2f62ec16e.tar.xz
net/ipv4/igmp.c: Replace rcu_dereference() with rcu_access_pointer()
The "rcu_dereference()" call is used directly in a condition. Since its return value is never dereferenced it is recommended to use "rcu_access_pointer()" instead of "rcu_dereference()". Therefore, this patch makes the replacement. The following Coccinelle semantic patch was used: @@ @@ ( if( (<+... - rcu_dereference + rcu_access_pointer (...) ...+>)) {...} | while( (<+... - rcu_dereference + rcu_access_pointer (...) ...+>)) {...} ) Signed-off-by: Andreea-Cristina Bernat <bernat.ada@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/fib_lookup.h')
0 files changed, 0 insertions, 0 deletions