]> Pileus Git - ~andy/linux/commit
openvswitch: Use non rcu hlist_del() flow table entry.
authorPravin B Shelar <pshelar@nicira.com>
Tue, 30 Jul 2013 22:45:59 +0000 (15:45 -0700)
committerJesse Gross <jesse@nicira.com>
Fri, 23 Aug 2013 23:38:00 +0000 (16:38 -0700)
commit76a66c7e7f6bec35bbdb0ca91db327c7c56d8c45
tree0e7d0e8901308e5a8aa0ac5ff5417677920beab6
parent59a35d60af3ab80037ad2fa2d60671ce2818b9e4
openvswitch: 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>
Signed-off-by: Jesse Gross <jesse@nicira.com>
net/openvswitch/flow.c