git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a18aba
)
net: remove two kmemcheck annotations
author
Eric Dumazet
<eric.dumazet@gmail.com>
Fri, 3 Sep 2010 06:27:08 +0000
(06:27 +0000)
committer
David S. Miller
<davem@davemloft.net>
Fri, 3 Sep 2010 16:44:51 +0000
(09:44 -0700)
__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 <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/skbuff.c
patch
|
blob
|
history
diff --cc
net/core/skbuff.c
Simple merge