From: Eric Dumazet Date: Thu, 8 Oct 2009 22:50:25 +0000 (+0000) Subject: net: Fix struct sock bitfield annotation X-Git-Tag: v2.6.32-rc5~13^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5fdb9973c10c2d2e046da0976782ece25e78dc8b;p=pandora-kernel.git net: Fix struct sock bitfield annotation Since commit a98b65a3 (net: annotate struct sock bitfield), we lost 8 bytes in struct sock on 64bit arches because of kmemcheck_bitfield_end(flags) misplacement. Fix this by putting together sk_shutdown, sk_no_check, sk_userlocks, sk_protocol and sk_type in the 'flags' 32bits bitfield Signed-off-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed