mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 14:42:24 +00:00
udpv6: add the required annotation to mib type
In commit029a374348
("udp6: cleanup stats accounting in recvmsg()") I forgot to add the percpu annotation for the mib pointer. Add it, and make sparse happy. Fixes:029a374348
("udp6: cleanup stats accounting in recvmsg()") Signed-off-by: Paolo Abeni <pabeni@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
6ff7b06053
commit
543fc3fb41
@ -288,8 +288,8 @@ int udpv6_recvmsg(struct sock *sk, struct msghdr *msg, size_t len,
|
||||
int peeked, peeking, off;
|
||||
int err;
|
||||
int is_udplite = IS_UDPLITE(sk);
|
||||
struct udp_mib __percpu *mib;
|
||||
bool checksum_valid = false;
|
||||
struct udp_mib *mib;
|
||||
int is_udp4;
|
||||
|
||||
if (flags & MSG_ERRQUEUE)
|
||||
|
Loading…
Reference in New Issue
Block a user