From: Pravin B Shelar Date: Tue, 30 Jul 2013 22:45:59 +0000 (-0700) Subject: openvswitch: Use non rcu hlist_del() flow table entry. X-Git-Tag: v3.12-rc1~132^2~166^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76a66c7e7f6bec35bbdb0ca91db327c7c56d8c45;p=pandora-kernel.git 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 Signed-off-by: Jesse Gross --- Reading git-diff-tree failed