From: Andy Zhou Date: Mon, 22 Jul 2013 22:08:00 +0000 (-0700) Subject: datapath: remove RCU annotation from flow->mask X-Git-Tag: sliver-openvswitch-2.0.90-1~35^2 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=3d097064102780d79c9124f507160d538465ce64;hp=3d097064102780d79c9124f507160d538465ce64;p=sliver-openvswitch.git 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 Reported-by: Ben Pfaff Signed-off-by: Andy Zhou Signed-off-by: Jesse Gross ---