]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[TCP]: Fix tcp_mem[] initialization.
authorJohn Heffner <jheffner@psc.edu>
Fri, 16 Mar 2007 22:04:03 +0000 (15:04 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 16 Mar 2007 22:04:03 +0000 (15:04 -0700)
commit53cdcc04c1e85d4e423b2822b66149b6f2e52c2c
tree7a4072113c88b00f28e75dbcee3e8e803c44d79b
parent3e6b3b2e34ac2c72fa05b5e4b20bd88d64c298dc
[TCP]: Fix tcp_mem[] initialization.

Change tcp_mem initialization function.  The fraction of total memory
is now a continuous function of memory size, and independent of page
size.

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