Files
linux/net/ipv6
Patrick Talbert ea9a03791a net: Treat sock->sk_drops as an unsigned int when printing
Currently, procfs socket stats format sk_drops as a signed int (%d). For large
values this will cause a negative number to be printed.

We know the drop count can never be a negative so change the format specifier to
%u.

Signed-off-by: Patrick Talbert <ptalbert@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2019-05-19 10:31:10 -07:00
..
2019-05-16 12:21:00 -07:00
2019-04-08 09:15:17 +02:00
2019-04-08 09:15:17 +02:00
2016-12-25 17:21:23 +01:00
2018-05-16 07:24:30 +02:00
2019-04-19 14:07:40 -07:00