commit | b6f4f8484d88b69f700907200a9a9ec73806355f | [log] [tgz] |
---|---|---|
author | Tim Hansen <devtimhansen@gmail.com> | Mon Oct 23 15:35:58 2017 -0400 |
committer | David S. Miller <davem@davemloft.net> | Tue Oct 24 18:46:22 2017 +0900 |
tree | 64f84a78519c929dd84780343a1e4bece03a3261 | |
parent | 49ca1943a7adb429b11b8e05d81bc821694b76c7 [diff] |
net/sock: Update sk rcu iterator macro. Mark hlist node in sk rcu iterator as protected by the rcu. hlist_next_rcu accomplishes this and silences the warnings sparse throws. Found with make C=1 net/ipv4/udp.o on linux-next tag next-20171009. Signed-off-by: Tim Hansen <devtimhansen@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>