From: Eric Dumazet Date: Mon, 12 Sep 2011 20:28:37 +0000 (+0000) Subject: tcp: md5: remove one indirection level in tcp_md5sig_pool X-Git-Tag: v3.2-rc1~129^2~255 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=765cf9976e937f1cfe9159bf4534967c8bf8eb6d;p=pandora-kernel.git tcp: md5: remove one indirection level in tcp_md5sig_pool tcp_md5sig_pool is currently an 'array' (a percpu object) of pointers to struct tcp_md5sig_pool. Only the pointers are NUMA aware, but objects themselves are all allocated on a single node. Remove this extra indirection to get proper percpu memory (NUMA aware) and make code simpler. Signed-off-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed