datapath: remove RCU annotation from flow->mask
authorAndy Zhou <azhou@nicira.com>
Mon, 22 Jul 2013 22:08:00 +0000 (15:08 -0700)
committerJesse Gross <jesse@nicira.com>
Mon, 22 Jul 2013 22:29:31 +0000 (15:29 -0700)
commit73bf71248c80e1c18d864b155310ecbb31a7214c
tree38d612124db9a9bdcff097bbdff29e280f35e2f5
parent97c56fa933a433f43d6cd51139fd4b019b56e139
datapath: remove RCU annotation from flow->mask

After a mask is assigned to a flow, it will not change for the life of
the flow. Since flow access is protected by RCU lock, access to
flow->mask after getting a flow is always safe.

Suggested-by: Jesse Gross <jesse@nicira.com>
Reported-by: Ben Pfaff <blp@nicira.com>
Signed-off-by: Andy Zhou <azhou@nicira.com>
Signed-off-by: Jesse Gross <jesse@nicira.com>
Conflicts:
datapath/datapath.c
datapath/datapath.c
datapath/flow.c
datapath/flow.h