From: Gerrit Renker Date: Mon, 14 Apr 2008 04:50:08 +0000 (-0700) Subject: [INET]: sk_reuse is valbool X-Git-Tag: v2.6.26-rc1~1138^2~120 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac6f78192054784f02dd47f8e6d7d1c8d75ab173;p=pandora-kernel.git [INET]: sk_reuse is valbool sk_reuse is declared as "unsigned char", but is set as type valbool in net/core/sock.c. There is no other place in net/ where sk->sk_reuse is set to a value > 1, so the test "sk_reuse > 1" can not be true. Signed-off-by: Gerrit Renker Signed-off-by: David S. Miller --- Reading git-diff-tree failed