OSDN Git Service

net: use new in_dev_ifa iterators
authorFlorian Westphal <fw@strlen.de>
Fri, 31 May 2019 16:27:07 +0000 (18:27 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 3 Jun 2019 01:06:26 +0000 (18:06 -0700)
commitcd5a411dbaeb9fd70e2a8241a74b6f52a1a572ca
tree8bf4492b4e338e119927028e1a3a9a2f8959a224
parentb8d19572367bb019f77bbc921ef6bf965f1c8b22
net: use new in_dev_ifa iterators

Use in_dev_for_each_ifa_rcu/rtnl instead.
This prevents sparse warnings once proper __rcu annotations are added.

Signed-off-by: Florian Westphal <fw@strlen.de>
t di# Last commands done (6 commands done):

Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/fib_frontend.c
net/ipv4/igmp.c
net/ipv6/addrconf.c
net/sctp/protocol.c
net/smc/smc_clc.c