datapath: Add usage of __rcu annotation.
authorJesse Gross <jesse@nicira.com>
Sat, 4 Dec 2010 19:50:53 +0000 (11:50 -0800)
committerJesse Gross <jesse@nicira.com>
Mon, 13 Dec 2010 21:40:13 +0000 (13:40 -0800)
commite1040c772fbebc3abe9e7222f9c540112c4dca81
treed5e014048d1656b1843599f2e62afc8b9b13920a
parentd3097efff7c612e25cbbcf4913c703a73b57e523
datapath: Add usage of __rcu annotation.

Sparse can warn about incorrect usage of RCU via direct access to
points when used in conjuction with __rcu and CONFIG_SPARSE_RCU.
This adds the necessary annotations.

Signed-off-by: Jesse Gross <jesse@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
datapath/datapath.c
datapath/datapath.h
datapath/flow.h
datapath/table.c
datapath/table.h
datapath/tunnel.c
datapath/tunnel.h
datapath/vport-patch.c