]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[PATCH] TCP: Don't use highmem in tcp hash size calculation.
authorJohn Heffner <jheffner@psc.edu>
Thu, 9 Nov 2006 06:31:14 +0000 (22:31 -0800)
committerChris Wright <chrisw@sous-sol.org>
Sun, 19 Nov 2006 03:28:03 +0000 (19:28 -0800)
commitb2d4f8d42c3ab6360dde290fc184182d5e371911
tree1f828b298508fd6232e0d20a79d61cef7f85d17b
parent26192851aed037f2c928d9cc5d42f507876625b5
[PATCH] TCP: Don't use highmem in tcp hash size calculation.

This patch removes consideration of high memory when determining TCP
hash table sizes.  Taking into account high memory results in tcp_mem
values that are too large.

Signed-off-by: John Heffner <jheffner@psc.edu>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Chris Wright <chrisw@sous-sol.org>
net/ipv4/tcp.c