From: Pavel Emelyanov Date: Tue, 5 Feb 2008 11:14:44 +0000 (-0800) Subject: [INET]: Fix accidentally broken inet(6)_hash_connect's port offset calculations. X-Git-Tag: v2.6.25-rc1~787^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d8c0aa9433b09387d9021358baef7939f9b32c4;p=pandora-kernel.git [INET]: Fix accidentally broken inet(6)_hash_connect's port offset calculations. The port offset calculations depend on the protocol family, but, as Adrian noticed, I broke this logic with the commit 5ee31fc1ecdcbc234c8c56dcacef87c8e09909d8 [INET]: Consolidate inet(6)_hash_connect. Return this logic back, by passing the port offset directly into the consolidated function. Signed-off-by: Pavel Emelyanov Noticed-by: Adrian Bunk Signed-off-by: David S. Miller --- Reading git-diff-tree failed