]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit60bd6db1be238f8717706a8c78686e594ea2ff67
tree8bf4492b4e338e119927028e1a3a9a2f8959a224
parentf316a63d04cbdc01c3dc67b28f89ff9c15818c85
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