commit | 76a66c7e7f6bec35bbdb0ca91db327c7c56d8c45 | [log] [tgz] |
---|---|---|
author | Pravin B Shelar <pshelar@nicira.com> | Tue Jul 30 15:45:59 2013 -0700 |
committer | Jesse Gross <jesse@nicira.com> | Fri Aug 23 16:38:00 2013 -0700 |
tree | 0e7d0e8901308e5a8aa0ac5ff5417677920beab6 | |
parent | 59a35d60af3ab80037ad2fa2d60671ce2818b9e4 [diff] |
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>