]> git.baikalelectronics.ru Git - kernel.git/commit
udpv6: add the required annotation to mib type
authorPaolo Abeni <pabeni@redhat.com>
Thu, 21 Feb 2019 16:43:57 +0000 (17:43 +0100)
committerDavid S. Miller <davem@davemloft.net>
Sat, 23 Feb 2019 00:05:11 +0000 (16:05 -0800)
commit8bf38e70d372ebe1b224f8b500672218ff93a047
tree514247a12dd994bc72683d6b161ed9a2929b7a2d
parentcf184a0f8fed24fa922ddccbb43b5afc2f739c37
udpv6: add the required annotation to mib type

In commit b5458a535c71 ("udp6: cleanup stats accounting in recvmsg()")
I forgot to add the percpu annotation for the mib pointer. Add it, and
make sparse happy.

Fixes: b5458a535c71 ("udp6: cleanup stats accounting in recvmsg()")
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/udp.c