From: Allan Stephens Date: Tue, 15 Apr 2008 07:15:50 +0000 (-0700) Subject: [TIPC]: Correct "off by 1" error in socket queue limit enforcement X-Git-Tag: v2.6.26-rc1~1138^2~82 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1819b83718dc3fe0aea0a2c3cd48d617e2003606;p=pandora-kernel.git [TIPC]: Correct "off by 1" error in socket queue limit enforcement This patch fixes a bug that allowed TIPC to queue 1 more message than allowed by the socket receive queue threshold limits. The patch also improves the threshold code's logic and naming to help prevent this sort of error from recurring in the future. Signed-off-by: Allan Stephens Signed-off-by: David S. Miller --- Reading git-diff-tree failed