]> git.baikalelectronics.ru Git - kernel.git/commit
net: fix kmemcheck annotations
authorEric Dumazet <eric.dumazet@gmail.com>
Thu, 29 Oct 2009 00:10:37 +0000 (00:10 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 30 Oct 2009 05:48:44 +0000 (22:48 -0700)
commitff57f2263ba9fce0af47f2c886e45a374ada0955
tree715d5d99fc74e05d8530b6af2ea5059e5a00749b
parentdddcd4468558f99bcf82ce77b780620133e44701
net: fix kmemcheck annotations

struct sk_buff kmemcheck annotations enlarged this structure by 8/16 bytes

Fix this by moving 'protocol' inside flags1 bitfield,
and queue_mapping inside flags2 bitfield.

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/skbuff.h