diff --git a/net/ipv4/udp.c b/net/ipv4/udp.c index 5e67e32452999aedbdcbc4b21d32d8063fc62f5a..d0283b7fcec5e52923b7724049dacc9752513e40 100644 --- a/net/ipv4/udp.c +++ b/net/ipv4/udp.c @@ -899,7 +899,7 @@ int udp_recvmsg(struct kiocb *iocb, struct sock *sk, struct msghdr *msg, return err; csum_copy_err: - UDP_INC_STATS_BH(UDP_MIB_INERRORS, is_udplite); + UDP_INC_STATS_USER(UDP_MIB_INERRORS, is_udplite); skb_kill_datagram(sk, skb, flags);