From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net v2 1/2] genetlink: add function genl_has_listeners() Date: Fri, 19 Sep 2014 17:28:52 -0400 (EDT) Message-ID: <20140919.172852.902788318876518163.davem@davemloft.net> References: <1411029064-15376-1-git-send-email-nicolas.dichtel@6wind.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: pshelar@nicira.com, dev@openvswitch.org, netdev@vger.kernel.org To: nicolas.dichtel@6wind.com Return-path: Received: from shards.monkeyblade.net ([149.20.54.216]:59416 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757728AbaISV24 (ORCPT ); Fri, 19 Sep 2014 17:28:56 -0400 In-Reply-To: <1411029064-15376-1-git-send-email-nicolas.dichtel@6wind.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Nicolas Dichtel Date: Thu, 18 Sep 2014 10:31:03 +0200 > This function is the counterpart of the function netlink_has_listeners(). > > Signed-off-by: Nicolas Dichtel Applied.