From: Eric Dumazet Date: Fri, 3 Sep 2010 06:27:08 +0000 (+0000) Subject: net: remove two kmemcheck annotations X-Git-Tag: v2.6.37-rc1~147^2~578 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52ee7a04a0f88815a71acdc604a854fb30dcbe45;p=pandora-kernel.git net: remove two kmemcheck annotations __alloc_skb() uses a memset() to clear all the beginning of skb, including bitfields contained in 'flags1' & 'flags2'. We dont need any more to use kmemcheck_annotate_bitfield() on these fields. However, we still need it for the clone part, which is not cleared. Signed-off-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed