net: Disambiguate kernel message
authorArun Sharma <asharma@fb.com>
Mon, 30 Jan 2012 22:16:06 +0000 (14:16 -0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 1 Feb 2012 19:41:50 +0000 (14:41 -0500)
commitefcdbf24fd5daa88060869e51ed49f68b7ac8708
tree8c771a1ef2c93f1ba959709d6ffb4fd56af53699
parent48c3883999cb06246911e29356d194f96f1c75ef
net: Disambiguate kernel message

Some of our machines were reporting:

TCP: too many of orphaned sockets

even when the number of orphaned sockets was well below the
limit.

We print a different message depending on whether we're out
of TCP memory or there are too many orphaned sockets.

Also move the check out of line and cleanup the messages
that were printed.

Signed-off-by: Arun Sharma <asharma@fb.com>
Suggested-by: Mohan Srinivasan <mohan@fb.com>
Cc: netdev@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Cc: David Miller <davem@davemloft.net>
Cc: Glauber Costa <glommer@parallels.com>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Joe Perches <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/tcp.h
net/ipv4/tcp.c
net/ipv4/tcp_timer.c