genetlink: pass only network namespace to genl_has_listeners()
authorJohannes Berg <johannes.berg@intel.com>
Mon, 22 Dec 2014 17:56:36 +0000 (18:56 +0100)
committerDavid S. Miller <davem@davemloft.net>
Sat, 27 Dec 2014 07:20:23 +0000 (02:20 -0500)
commitf8403a2e47afb37bcd3b7e286996d138a116c39d
tree4c3205b1d191df99969386bd52ef1ee25911a508
parent02c81ab95d8718d75886d16227a10cc7774493ea
genetlink: pass only network namespace to genl_has_listeners()

There's no point to force the caller to know about the internal
genl_sock to use inside struct net, just have them pass the network
namespace. This doesn't really change code generation since it's
an inline, but makes the caller less magic - there's never any
reason to pass another socket.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/genetlink.h
net/openvswitch/datapath.c