commit | 543fc3fb41834a7f2e4cfa1dcf8aa9c472a52e9a | [log] [tgz] |
---|---|---|
author | Paolo Abeni <pabeni@redhat.com> | Thu Feb 21 17:43:57 2019 +0100 |
committer | David S. Miller <davem@davemloft.net> | Fri Feb 22 16:05:11 2019 -0800 |
tree | 514247a12dd994bc72683d6b161ed9a2929b7a2d | |
parent | 6ff7b060535e87c2ae14dd8548512abfdda528fb [diff] |
udpv6: add the required annotation to mib type In commit 029a37434880 ("udp6: cleanup stats accounting in recvmsg()") I forgot to add the percpu annotation for the mib pointer. Add it, and make sparse happy. Fixes: 029a37434880 ("udp6: cleanup stats accounting in recvmsg()") Signed-off-by: Paolo Abeni <pabeni@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>