datapath: Replace __force type cast with rcu_dereference_raw().
authorPravin B Shelar <pshelar@nicira.com>
Mon, 20 Oct 2014 22:05:56 +0000 (15:05 -0700)
committerPravin B Shelar <pshelar@nicira.com>
Fri, 24 Oct 2014 02:09:23 +0000 (19:09 -0700)
commit46051cf8ad1437d7c0d4da33ead1e915611dde67
tree60b31379fa52d1bd4cf8883f3defc3b9d21f6b58
parent4efe455d79b0253d45a3a52d745529798ea1cf3e
datapath: Replace __force type cast with rcu_dereference_raw().

rcu_dereference_raw() api is cleaner way of accessing RCU pointer
when no locking is required.

Signed-off-by: Pravin B Shelar <pshelar@nicira.com>
Acked-by: Andy Zhou <azhou@nicira.com>
datapath/datapath.c
datapath/flow_table.c
datapath/vport.c