From: Samuel Gauthier Date: Thu, 18 Sep 2014 08:31:04 +0000 (+0200) Subject: openvswitch: restore OVS_FLOW_CMD_NEW notifications X-Git-Tag: fixes-for-v3.18-merge-window~87^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b67aa4a82492f128adfccc63e61ab57c1ce1dfd;p=pandora-kernel.git openvswitch: restore OVS_FLOW_CMD_NEW notifications Since commit fb5d1e9e127a ("openvswitch: Build flow cmd netlink reply only if needed."), the new flows are not notified to the listeners of OVS_FLOW_MCGROUP. This commit fixes the problem by using the genl function, ie genl_has_listerners() instead of netlink_has_listeners(). Signed-off-by: Samuel Gauthier Signed-off-by: Nicolas Dichtel Acked-by: Pravin B Shelar Signed-off-by: David S. Miller --- Reading git-diff-tree failed