From: Arun Sharma <redacted>
Date: Tue, 31 Jan 2012 14:05:22 -0800
From: Arun Sharma <redacted>
Date: Mon, 30 Jan 2012 14:16:06 -0800
Subject: [PATCH] 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 <redacted>
Suggested-by: Mohan Srinivasan <redacted>
Applied, thanks.