From: Jarno Rajahalme Date: Mon, 5 May 2014 20:24:53 +0000 (-0700) Subject: openvswitch: Make flow mask removal symmetric. X-Git-Tag: omap-for-v3.16/fixes-against-rc1~36^2~153^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56c19868e115fcf8d62d843e1b9616bb9837d0db;p=pandora-kernel.git openvswitch: Make flow mask removal symmetric. Masks are inserted when flows are inserted to the table, so it is logical to correspondingly remove masks when flows are removed from the table, in ovs_flow_table_remove(). This allows ovs_flow_free() to be called without locking, which will be used by later patches. Signed-off-by: Jarno Rajahalme Signed-off-by: Pravin B Shelar --- Reading git-diff-tree failed