datapath: Use non rcu hlist_del() flow table entry.
authorPravin B Shelar <pshelar@nicira.com>
Thu, 25 Jul 2013 18:28:02 +0000 (11:28 -0700)
committerPravin B Shelar <pshelar@nicira.com>
Thu, 25 Jul 2013 18:28:02 +0000 (11:28 -0700)
commit16c6b9216e8ccccb392b09d2f1bc9e1a0e1d935d
treed63048bc1c3744592c430f2c6d010cd336117fca
parent8e1a83d8f335932fd210c079bcb96c82e790e373
datapath: Use non rcu hlist_del() flow table entry.

Flow table destroy is done in rcu call-back context.  Therefore
there is no need to use rcu variant of hlist_del().

Signed-off-by: Pravin B Shelar <pshelar@nicira.com>
Acked-by: Jesse Gross <jesse@niciria.com>
datapath/flow.c