summaryrefslogtreecommitdiffstats
path: root/net/tipc/net.h
diff options
context:
space:
mode:
authorYing Xue2018-02-14 06:38:03 +0100
committerDavid S. Miller2018-02-14 20:46:33 +0100
commit5631f65decf390ae480d157838c0c393a991328e (patch)
treece9a2913e9453290f3cce8295b16549b6093f5e3 /net/tipc/net.h
parenttipc: Introduce __tipc_nl_media_set (diff)
downloadkernel-qcow2-linux-5631f65decf390ae480d157838c0c393a991328e.tar.gz
kernel-qcow2-linux-5631f65decf390ae480d157838c0c393a991328e.tar.xz
kernel-qcow2-linux-5631f65decf390ae480d157838c0c393a991328e.zip
tipc: Introduce __tipc_nl_net_set
Introduce __tipc_nl_net_set() which doesn't hold RTNL lock. Signed-off-by: Ying Xue <ying.xue@windriver.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/tipc/net.h')
-rw-r--r--net/tipc/net.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/tipc/net.h b/net/tipc/net.h
index c7c254902873..c0306aa2374b 100644
--- a/net/tipc/net.h
+++ b/net/tipc/net.h
@@ -47,5 +47,6 @@ void tipc_net_stop(struct net *net);
int tipc_nl_net_dump(struct sk_buff *skb, struct netlink_callback *cb);
int tipc_nl_net_set(struct sk_buff *skb, struct genl_info *info);
+int __tipc_nl_net_set(struct sk_buff *skb, struct genl_info *info);
#endif