From: Jason Wang Date: Thu, 2 Feb 2012 00:07:00 +0000 (+0000) Subject: tcp: properly initialize tcp memory limits X-Git-Tag: v3.3-rc4~34^2~55 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c43b874d5d714f271b80d4c3f49e05d0cbf51ed2;p=pandora-kernel.git tcp: properly initialize tcp memory limits Commit 4acb4190 tries to fix the using uninitialized value introduced by commit 3dc43e3, but it would make the per-socket memory limits too small. This patch fixes this and also remove the redundant codes introduced in 4acb4190. Signed-off-by: Jason Wang Acked-by: Glauber Costa Signed-off-by: David S. Miller --- Reading git-diff-tree failed