From: Eric Dumazet Date: Fri, 9 Oct 2009 00:16:19 +0000 (+0000) Subject: tcp: replace ehash_size by ehash_mask X-Git-Tag: v2.6.33-rc1~388^2~826 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f373b53b5fe67aa4a6f28f921a529cc90f88e79b;p=pandora-kernel.git tcp: replace ehash_size by ehash_mask Storing the mask (size - 1) instead of the size allows fast path to be a bit faster. Signed-off-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed