trace: annotate bitfields in struct ring_buffer_event
authorVegard Nossum <vegard.nossum@gmail.com>
Sat, 28 Feb 2009 07:29:44 +0000 (08:29 +0100)
committerVegard Nossum <vegard.nossum@gmail.com>
Mon, 15 Jun 2009 13:49:37 +0000 (15:49 +0200)
commit1744a21d57d9c60136461adb6afa85e51b3e94d9
tree62fdc4342e21835dc7fd8572b2ed1628324a0c12
parenta98b65a3ad71e702e760bc63f57684301628e837
trace: annotate bitfields in struct ring_buffer_event

This gets rid of a heap of false-positive warnings from the tracer
code due to the use of bitfields.

[rebased for mainline inclusion]
Signed-off-by: Vegard Nossum <vegard.nossum@gmail.com>
include/linux/ring_buffer.h
kernel/trace/ring_buffer.c